mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Merge (issue #28396)
This commit is contained in:
commit
ee406e9167
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue