From: Berker Peksag Date: Sat, 20 Aug 2016 08:11:52 +0000 (+0300) Subject: Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files X-Git-Tag: v3.6.0b1~629^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f43bc98c483a999c34dc1a91f0248e228cf88047;p=thirdparty%2FPython%2Fcpython.git Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index ec744a351d69..57faf89e1a3b 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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