mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
This commit is contained in:
parent
d874c05547
commit
f43bc98c48
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue