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 stutzbach
Recipients stutzbach
Date 2009-10-15.15:28:32
SpamBayes Score 1.8428542e-08
Marked as misclassified No
Message-id <1255620514.04.0.970254237923.issue7141@psf.upfronthosting.co.za>
In-reply-to
Content
I'm in the process of converting several Python scripts so that they
work under both Python 2.6 and 3.1.  For the most part, 2to3 does an
amazing job.  Great tool.

One little feature request: could we make it add "from __future__ import
print_statement" to the top of files?

That one change is enough to make >95% of my converted scripts work fine
under 2.6 and 3.1 instead of just 3.1.
History
Date User Action Args
2009-10-15 15:28:34stutzbachsetrecipients: + stutzbach
2009-10-15 15:28:34stutzbachsetmessageid: <1255620514.04.0.970254237923.issue7141@psf.upfronthosting.co.za>
2009-10-15 15:28:32stutzbachlinkissue7141 messages
2009-10-15 15:28:32stutzbachcreate