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

Thanks to Ville Skyttä for the patch.
This commit is contained in:
Brett Cannon 2016-10-21 12:15:14 -07:00
parent 9e373be1bc
commit 10a7dbdd5d
1 changed files with 2 additions and 2 deletions

View 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