Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f43bc98

Browse files
committed
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
1 parent d874c05 commit f43bc98

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,7 @@ Miscellaneous options
239239

240240
.. cmdoption:: -O
241241

242-
Turn on basic optimizations. This changes the filename extension for
243-
compiled (:term:`bytecode`) files from ``.pyc`` to ``.pyo``. See also
244-
:envvar:`PYTHONOPTIMIZE`.
242+
Turn on basic optimizations. See also :envvar:`PYTHONOPTIMIZE`.
245243

246244

247245
.. cmdoption:: -OO

0 commit comments

Comments
 (0)