summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2010-04-06 23:38:57 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2010-04-06 23:38:57 (GMT)
commit5a5a37c346956001d6495d093d4db152f52d426c (patch)
treec127fd40be23e41afbca646abb8fe4ee8942898c
parentf3a8c6675fdfc6ff66ddea58414bf84f89e6177c (diff)
downloadcpython-5a5a37c346956001d6495d093d4db152f52d426c.zip
cpython-5a5a37c346956001d6495d093d4db152f52d426c.tar.gz
cpython-5a5a37c346956001d6495d093d4db152f52d426c.tar.bz2
document new PYTHONWARNINGS env var
-rw-r--r--Misc/python.man3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man
index d981fba..261a118 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -411,6 +411,9 @@ the \fB\-u\fP option.
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
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
The Python Software Foundation: http://www.python.org/psf
.SH INTERNET RESOURCES