diff options
author | Brett Cannon <brett@python.org> | 2016-10-21 19:15:48 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-10-21 19:15:48 (GMT) |
commit | eb7ebd3d345dbc11b081b76b1ed10b00bb228c9a (patch) | |
tree | faa8349ced03f88d3a613ecc3958b4d4959ddd64 | |
parent | d5d32d212719e328f7c22fa6729dd6f9be1ff1c4 (diff) | |
parent | 10a7dbdd5db195cd86d69654d35d40eb2c5046fe (diff) | |
download | cpython-eb7ebd3d345dbc11b081b76b1ed10b00bb228c9a.zip cpython-eb7ebd3d345dbc11b081b76b1ed10b00bb228c9a.tar.gz cpython-eb7ebd3d345dbc11b081b76b1ed10b00bb228c9a.tar.bz2 |
Merge (issue #28396)
-rw-r--r-- | Misc/python.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man index 3d530d7..28f19b6 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 |