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 Arfrever
Recipients Arfrever, alexis, eric.araujo, pitrou, tarek, vstinner
Date 2011-11-28.16:24:47
SpamBayes Score 0.0010821869
Marked as misclassified No
Message-id <1322497488.47.0.662334354234.issue12119@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't backport this change to distutils without backporting --no-compile options to "build" command in distutils (issue #13400). Otherwise users would lose possibility of disabling byte-compilation during running this command.

distutils tests could use locally modified environment with PYTHONDONTWRITEBYTECODE variable removed.
History
Date User Action Args
2011-11-28 16:24:48Arfreversetrecipients: + Arfrever, pitrou, vstinner, tarek, eric.araujo, alexis
2011-11-28 16:24:48Arfreversetmessageid: <1322497488.47.0.662334354234.issue12119@psf.upfronthosting.co.za>
2011-11-28 16:24:47Arfreverlinkissue12119 messages
2011-11-28 16:24:47Arfrevercreate