Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files

This commit is contained in:
Berker Peksag 2016-08-20 11:11:52 +03:00
parent d874c05547
commit f43bc98c48
1 changed files with 1 additions and 3 deletions

View File

@ -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