]> granicus.if.org Git - python/commitdiff
Issue #28396: Remove any mention of .pyo files from the man page.
authorBrett Cannon <brett@python.org>
Fri, 21 Oct 2016 19:15:14 +0000 (12:15 -0700)
committerBrett Cannon <brett@python.org>
Fri, 21 Oct 2016 19:15:14 +0000 (12:15 -0700)
Thanks to Ville Skyttä for the patch.

Misc/python.man

index 3d530d759020f28f702ccccee8ae5b61d5e9db5d..28f19b68a763f26818b4adcaaaa385bcab27d3be 100644 (file)
@@ -111,7 +111,7 @@ program.
 .TP
 .B \-B
 Don't write
-.I .py[co]
+.I .pyc
 files on import. See also PYTHONDONTWRITEBYTECODE.
 .TP
 .B \-b
@@ -391,7 +391,7 @@ specifying \fB\-d\fP multiple times.
 .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