Huh: '{}.{}'.format('a', 'b') is faster on #PyPy 1.9 than '.'.join(['a', 'b']); #CPython 2.7/3.3 is the opposite