[issue9059] Backwards compatibility

Ezio Melotti report at bugs.python.org
Wed Jun 23 12:44:06 CEST 2010


Ezio Melotti <ezio.melotti at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue9059>
_______________________________________


More information about the Python-bugs-list mailing list