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.araujo
Recipients alexis, benjamin.peterson, eric.araujo
Date 2011-11-23.16:39:00
SpamBayes Score 2.136889e-10
Marked as misclassified No
Message-id <1322066341.39.0.436349182896.issue13462@psf.upfronthosting.co.za>
In-reply-to
Content
Currently distutils2 has two classes and one function to perform 2to3 conversion in the build_py and build_scripts commands.  The code is a bit messy and also lack tests, for example for the conversion of doctests in text files.  I’ve started revamping it so that it’s only one class that does the work, and I will also add many tests.

Benjamin: For Python 2.4 and 2.5, should the functionality just be unavailable or is there an official release of lib2to3 on PyPI?  I only found two2three, an old copy from the Subversion sandbox done by 3to2’s Joe Amenta, so I’m not sure I can be compatible with that (or if it’s even useful to try to convert 2.4 code to 3.x).
History
Date User Action Args
2011-11-23 16:39:01eric.araujosetrecipients: + eric.araujo, benjamin.peterson, alexis
2011-11-23 16:39:01eric.araujosetmessageid: <1322066341.39.0.436349182896.issue13462@psf.upfronthosting.co.za>
2011-11-23 16:39:00eric.araujolinkissue13462 messages
2011-11-23 16:39:00eric.araujocreate