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 terry.reedy
Recipients docs@python, terry.reedy
Date 2012-01-31.23:39:57
SpamBayes Score 1.2737105e-06
Marked as misclassified No
Message-id <1328053198.63.0.994035147287.issue13915@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/tutorial/modules.html#compiled-python-files
needs to be updated for 3.2+ to reflect 
http://python.org/dev/peps/pep-3147/

The first sentence is still technically correct, but finding x.pyc in the same directory as x.py is now an anomaly, so that sentence, revised, should be near the bottom. Otherwise, the text should say that the default is to put x.<version>.pyc in __pycache__, where <version> is, for instance, 'cpython-32'. Note that this allows other implementations and other versions of cpython to use the same .py file.

I do not know if there is anywhere else that this info is or should be. Using Python?.
History
Date User Action Args
2012-01-31 23:39:58terry.reedysetrecipients: + terry.reedy, docs@python
2012-01-31 23:39:58terry.reedysetmessageid: <1328053198.63.0.994035147287.issue13915@psf.upfronthosting.co.za>
2012-01-31 23:39:57terry.reedylinkissue13915 messages
2012-01-31 23:39:57terry.reedycreate