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 jyasskin
Recipients benjamin.peterson, jyasskin
Date 2010-04-28.23:52:27
SpamBayes Score 0.001171113
Marked as misclassified No
Message-id <1272498754.37.0.0259400258036.issue8566@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for being all curmudgeonly, but we're using 2to3 in the benchmark suite at http://hg.python.org/benchmarks/, and, since many of the non-CPython implementations are still only 2.5-compatible, the version there needs to run under python 2.5. At the same time, we'd like to be able to use the benchmark version of 2to3 to convert benchmarks to python-3, so we can benchmark changes to CPython's py3k branch. To do that, it'd be nice to be able to import the official 2to3 repository to pick up bug fixes. Therefore, it would be nice for the official repository to run under 2.5.

Here's a patch accomplishing that. It passes its test suite under both 2.5 and 2.6, and can convert itself, and then the converted version can reconvert the original version and get the same result.

You can also review the patch at http://codereview.appspot.com/996043.
History
Date User Action Args
2010-04-28 23:52:34jyasskinsetrecipients: + jyasskin, benjamin.peterson
2010-04-28 23:52:34jyasskinsetmessageid: <1272498754.37.0.0259400258036.issue8566@psf.upfronthosting.co.za>
2010-04-28 23:52:32jyasskinlinkissue8566 messages
2010-04-28 23:52:31jyasskincreate