diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 08:11:52 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 08:11:52 (GMT) |
commit | f43bc98c483a999c34dc1a91f0248e228cf88047 (patch) | |
tree | 83470edd567644828bd0eec815194366b440f99e /Doc/using/cmdline.rst | |
parent | d874c0554740ae15db22f51c4be4d4f5fef5a6fa (diff) | |
download | cpython-f43bc98c483a999c34dc1a91f0248e228cf88047.zip cpython-f43bc98c483a999c34dc1a91f0248e228cf88047.tar.gz cpython-f43bc98c483a999c34dc1a91f0248e228cf88047.tar.bz2 |
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index ec744a3..57faf89 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 |