This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Raven, amaury.forgeotdarc, ezio.melotti, vstinner
Date 2010-06-23.10:44:05
SpamBayes Score 0.00016362511
Marked as misclassified No
Message-id <1277289846.71.0.258562760537.issue9059@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 is also forward compatible with several Python 3 features, for example:

>>> from __future__ import print_function
>>> print('foo')
foo
History
Date User Action Args
2010-06-23 10:44:06ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, vstinner, Raven
2010-06-23 10:44:06ezio.melottisetmessageid: <1277289846.71.0.258562760537.issue9059@psf.upfronthosting.co.za>
2010-06-23 10:44:05ezio.melottilinkissue9059 messages
2010-06-23 10:44:05ezio.melotticreate