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 eric.smith
Recipients collinwinter, eric.smith
Date 2008-03-18.23:42:17
SpamBayes Score 0.17118841
Marked as misclassified No
Message-id <1205883738.38.0.0352891857591.issue2412@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 1633807 is a backport of the print function to 2.6, using a
__future__ import.  Once it is committed, we need to ensure that 2to3
does the right thing (namely, nothing) with print functions in modules
that have the __future__ import.
History
Date User Action Args
2008-03-18 23:42:18eric.smithsetspambayes_score: 0.171188 -> 0.17118841
recipients: + eric.smith, collinwinter
2008-03-18 23:42:18eric.smithsetspambayes_score: 0.171188 -> 0.171188
messageid: <1205883738.38.0.0352891857591.issue2412@psf.upfronthosting.co.za>
2008-03-18 23:42:17eric.smithlinkissue2412 messages
2008-03-18 23:42:17eric.smithcreate