diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 08:12:20 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-20 08:12:20 (GMT) |
commit | 09808e753066f372727b7d4dca9dcbc01f47cd53 (patch) | |
tree | 508290bc045ca0e9fde2b76d7eaba75ae2aaebf2 /Doc/using | |
parent | 4bf6ed556da640b23b3ba7243e76ddf9653e6596 (diff) | |
parent | f43bc98c483a999c34dc1a91f0248e228cf88047 (diff) | |
download | cpython-09808e753066f372727b7d4dca9dcbc01f47cd53.zip cpython-09808e753066f372727b7d4dca9dcbc01f47cd53.tar.gz cpython-09808e753066f372727b7d4dca9dcbc01f47cd53.tar.bz2 |
Issue #12982: Merge from 3.5
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 905f14d..37a9e14 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 |