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 ezio.melotti
Recipients amaury.forgeotdarc, barry, ezio.melotti, lemburg, pitrou, rhettinger, vstinner
Date 2011-04-15.04:33:27
SpamBayes Score 0.00019578447
Marked as misclassified No
Message-id <1302842009.31.0.831235852774.issue5057@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3147 says[0]:
"""
For backward compatibility, Python will still support pyc-only distributions, however it will only do so when the pyc file lives in the directory where the py file would have been, i.e. not in the __pycache__ directory. pyc file outside of __pycache__ will only be imported if the py source file is missing.
"""

Does that mean that there could be cases where untagged pyc files are used in 3.2+?
In that case the patch should be ported to 3.2 and 3.3 too.

[0]: http://www.python.org/dev/peps/pep-3147/#rationale
History
Date User Action Args
2011-04-15 04:33:29ezio.melottisetrecipients: + ezio.melotti, lemburg, barry, rhettinger, amaury.forgeotdarc, pitrou, vstinner
2011-04-15 04:33:29ezio.melottisetmessageid: <1302842009.31.0.831235852774.issue5057@psf.upfronthosting.co.za>
2011-04-15 04:33:27ezio.melottilinkissue5057 messages
2011-04-15 04:33:27ezio.melotticreate