mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
merge with 3.3
This commit is contained in:
commit
186729e812
6 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue