From f43bc98c483a999c34dc1a91f0248e228cf88047 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 20 Aug 2016 11:11:52 +0300 Subject: [PATCH] Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files --- Doc/using/cmdline.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index ec744a351d6..57faf89e1a3 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