[Python-checkins] cpython (merge 3.5 -> 3.6): Merge (issue #28396)

brett.cannon python-checkins at python.org
Fri Oct 21 15:38:41 EDT 2016


https://hg.python.org/cpython/rev/b33c7055220e
changeset:   104613:b33c7055220e
branch:      3.6
parent:      104610:f7e1e39ccddd
parent:      104612:0c298486d879
user:        Brett Cannon <brett at python.org>
date:        Fri Oct 21 12:15:48 2016 -0700
summary:
  Merge (issue #28396)

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