New submission from Terry J. Reedy <tjre...@udel.edu>:

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?.

----------
assignee: docs@python
components: Documentation
messages: 152415
nosy: docs@python, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Update Tutorial 6.1.3 for PEP 3145
type: behavior
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to