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 scoder
Recipients eric.araujo, scoder, tarek
Date 2011-02-20.10:21:23
SpamBayes Score 0.017758282
Marked as misclassified No
Message-id <1298197284.56.0.702982438511.issue11254@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch. I basically copied over the way py_compile determines the .pyc file name.

It works for me for a "normal" installation. However, I couldn't test it with "-O", as 2to3 crashes for me when I enable it during installation. I guess that's a separate issue.
History
Date User Action Args
2011-02-20 10:21:24scodersetrecipients: + scoder, tarek, eric.araujo
2011-02-20 10:21:24scodersetmessageid: <1298197284.56.0.702982438511.issue11254@psf.upfronthosting.co.za>
2011-02-20 10:21:24scoderlinkissue11254 messages
2011-02-20 10:21:23scodercreate