Ezio Melotti <[email protected]> added the comment:

Python 2 is also forward compatible with several Python 3 features, for example:

>>> from __future__ import print_function
>>> print('foo')
foo

----------
components:  -Regular Expressions
nosy: +ezio.melotti
stage:  -> committed/rejected

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to