mirror of https://github.com/python/cpython
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
This commit is contained in:
parent
d874c05547
commit
f43bc98c48
|
@ -239,9 +239,7 @@ Miscellaneous options
|
|||
|
||||
.. cmdoption:: -O
|
||||
|
||||
Turn on basic optimizations. This changes the filename extension for
|
||||
compiled (:term:`bytecode`) files from ``.pyc`` to ``.pyo``. See also
|
||||
:envvar:`PYTHONOPTIMIZE`.
|
||||
Turn on basic optimizations. See also :envvar:`PYTHONOPTIMIZE`.
|
||||
|
||||
|
||||
.. cmdoption:: -OO
|
||||
|
|
Loading…
Reference in New Issue