mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
document new PYTHONWARNINGS env var
This commit is contained in:
parent
f3a8c6675f
commit
5a5a37c346
1 changed files with 3 additions and 0 deletions
|
@ -411,6 +411,9 @@ the \fB\-u\fP option.
|
||||||
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\-v\fP option. If set to an integer, it is equivalent to
|
the \fB\-v\fP option. If set to an integer, it is equivalent to
|
||||||
specifying \fB\-v\fP multiple times.
|
specifying \fB\-v\fP multiple times.
|
||||||
|
.IP PYTHONWARNINGS
|
||||||
|
If this is set to a comma-separated string it is equivalent to
|
||||||
|
specifying the \fB\-W\fP option for each separate value.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
The Python Software Foundation: http://www.python.org/psf
|
The Python Software Foundation: http://www.python.org/psf
|
||||||
.SH INTERNET RESOURCES
|
.SH INTERNET RESOURCES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue