mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
bpo-29770: remove outdated PYO related info (GH-590)
This commit is contained in:
parent
70ee0cd5c2
commit
0710d75425
10 changed files with 25 additions and 31 deletions
|
|
@ -532,8 +532,8 @@ conflict.
|
|||
|
||||
.. envvar:: PYTHONDONTWRITEBYTECODE
|
||||
|
||||
If this is set to a non-empty string, Python won't try to write ``.pyc`` or
|
||||
``.pyo`` files on the import of source modules. This is equivalent to
|
||||
If this is set to a non-empty string, Python won't try to write ``.pyc``
|
||||
files on the import of source modules. This is equivalent to
|
||||
specifying the :option:`-B` option.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue