https://www.python.org/downloads/release/python-360a1/

Now that Python 3.6 is in alpha, it will be cool to start playing with f-strings. The new syntax for formatting along with the new Python byte code dedicated to their rapid execution, f-strings should be more compact, more expressive, and execute faster that either % formatting or str.format(). There is always something cool coming over the horizon.