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 r.david.murray
Recipients Amund Hov, r.david.murray
Date 2015-08-05.14:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438786039.4.0.064678475799.issue24794@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that used to be a general problem with .pyc files before we introduced __pycache__.  PyZipFile still supports the "legacy mode" by using whatever .pyc file is there, if there is one.  Perhaps it is time to deprecate the legacy mode in 3.6?
History
Date User Action Args
2015-08-05 14:47:22r.david.murraysetrecipients: + r.david.murray, Amund Hov
2015-08-05 14:47:19r.david.murraysetmessageid: <1438786039.4.0.064678475799.issue24794@psf.upfronthosting.co.za>
2015-08-05 14:47:16r.david.murraylinkissue24794 messages
2015-08-05 14:02:51r.david.murraycreate