merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-27 09:54:53 +01:00
commit 186729e812
6 changed files with 20 additions and 19 deletions

View file

@ -184,7 +184,7 @@ directory. This is an error unless the replacement is intended. See section
-----------------------
To speed up loading modules, Python caches the compiled version of each module
in the ``__pycache__`` directory under the name :file:`module.{version}.pyc``,
in the ``__pycache__`` directory under the name :file:`module.{version}.pyc`,
where the version encodes the format of the compiled file; it generally contains
the Python version number. For example, in CPython release 3.3 the compiled
version of spam.py would be cached as ``__pycache__/spam.cpython-33.pyc``. This