diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 11:11:52 +0300 |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 11:11:52 +0300 |
| commit | f43bc98c483a999c34dc1a91f0248e228cf88047 (patch) | |
| tree | 83470edd567644828bd0eec815194366b440f99e /Doc/using | |
| parent | d874c0554740ae15db22f51c4be4d4f5fef5a6fa (diff) | |
| download | cpython-git-f43bc98c483a999c34dc1a91f0248e228cf88047.tar.gz | |
Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files
Diffstat (limited to 'Doc/using')
| -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 ec744a351d..57faf89e1a 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 |
