[Python-checkins] cpython (3.5): Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files

berker.peksag python-checkins at python.org
Sat Aug 20 04:11:39 EDT 2016


https://hg.python.org/cpython/rev/8e9dc3e4ea91
changeset:   102799:8e9dc3e4ea91
branch:      3.5
parent:      102795:397f05044172
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Aug 20 11:11:52 2016 +0300
summary:
  Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files

files:
  Doc/using/cmdline.rst |  4 +---
  1 files changed, 1 insertions(+), 3 deletions(-)


diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -239,9 +239,7 @@
 
 .. 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list