, 3.0 (print()) .., 2.5 2.6.
Python __future__ " " , Python, - :
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
>>> from __future__ import print_function
>>> print("Example", end=" Hurray!\n")
Example Hurray!
Python 3.0 , Unicode:
>>> from __future__ import unicode_literals
>>> type('abc')
<type 'unicode'>
>>> 'a'
u'a'
Python 2.6, (, with_statement). , , from __future__ import braces, "C like" if(){} braces