From 10a7dbdd5db195cd86d69654d35d40eb2c5046fe Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 21 Oct 2016 12:15:14 -0700 Subject: [PATCH] Issue #28396: Remove any mention of .pyo files from the man page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Ville Skyttä for the patch. --- Misc/python.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/python.man b/Misc/python.man index 3d530d75902..28f19b68a76 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -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