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, barry, eric.araujo, scoder, tarek
Date 2011-02-20.12:47:22
SpamBayes Score 1.7975774e-05
Marked as misclassified No
Message-id <1298206043.08.0.432270578302.issue11254@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks good.  Regarding the problem with 2to3 and -O, maybe you can run 2to3 manually, copy the setup.py and run python3.2 -0.  disutils.util.byte_compile is not tested, so this patch requires at least careful manual testing, and if possible a unit test.

In distutils2, it may be possible to replace this function with a compileall call.
History
Date User Action Args
2011-02-20 12:47:23eric.araujosetrecipients: + eric.araujo, barry, scoder, tarek, alexis
2011-02-20 12:47:23eric.araujosetmessageid: <1298206043.08.0.432270578302.issue11254@psf.upfronthosting.co.za>
2011-02-20 12:47:22eric.araujolinkissue11254 messages
2011-02-20 12:47:22eric.araujocreate