[Python-checkins] cpython (3.5): Issue #28396: Remove any mention of .pyo files from the man page.
brett.cannon
python-checkins at python.org
Fri Oct 21 15:27:25 EDT 2016
https://hg.python.org/cpython/rev/0c298486d879
changeset: 104612:0c298486d879
branch: 3.5
parent: 104605:81666d3e4a37
user: Brett Cannon <brett at python.org>
date: Fri Oct 21 12:15:14 2016 -0700
summary:
Issue #28396: Remove any mention of .pyo files from the man page.
Thanks to Ville Skyttä for the patch.
files:
Misc/python.man | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Misc/python.man b/Misc/python.man
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -111,7 +111,7 @@
.TP
.B \-B
Don't write
-.I .py[co]
+.I .pyc
files on import. See also PYTHONDONTWRITEBYTECODE.
.TP
.B \-b
@@ -391,7 +391,7 @@
.IP PYTHONDONTWRITEBYTECODE
If this is set to a non-empty string it is equivalent to specifying
the \fB\-B\fP option (don't try to write
-.I .py[co]
+.I .pyc
files).
.IP PYTHONINSPECT
If this is set to a non-empty string it is equivalent to specifying
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list