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

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


https://hg.python.org/cpython/rev/ef6c4e76f110
changeset:   104614:ef6c4e76f110
parent:      104611:7c3ec24f4582
parent:      104613:b33c7055220e
user:        Brett Cannon <brett at python.org>
date:        Fri Oct 21 12:16:14 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