Commit d8cd0855 authored by Brett Cannon's avatar Brett Cannon

Issue #28396: Remove any mention of .pyo files from the man page.

Thanks to Ville Skyttä for the patch.
parent 1417a674
...@@ -111,7 +111,7 @@ program. ...@@ -111,7 +111,7 @@ program.
.TP .TP
.B \-B .B \-B
Don't write Don't write
.I .py[co] .I .pyc
files on import. See also PYTHONDONTWRITEBYTECODE. files on import. See also PYTHONDONTWRITEBYTECODE.
.TP .TP
.B \-b .B \-b
...@@ -391,7 +391,7 @@ specifying \fB\-d\fP multiple times. ...@@ -391,7 +391,7 @@ specifying \fB\-d\fP multiple times.
.IP PYTHONDONTWRITEBYTECODE .IP PYTHONDONTWRITEBYTECODE
If this is set to a non-empty string it is equivalent to specifying If this is set to a non-empty string it is equivalent to specifying
the \fB\-B\fP option (don't try to write the \fB\-B\fP option (don't try to write
.I .py[co] .I .pyc
files). files).
.IP PYTHONINSPECT .IP PYTHONINSPECT
If this is set to a non-empty string it is equivalent to specifying If this is set to a non-empty string it is equivalent to specifying
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment