]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
document new PYTHONWARNINGS env var
authorPhilip Jenvey <pjenvey@underboss.org>
Tue, 6 Apr 2010 23:38:57 +0000 (23:38 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Tue, 6 Apr 2010 23:38:57 +0000 (23:38 +0000)
Misc/python.man

index d981fbaa5acc0f042e112d8dfb1224b0522e5580..261a118944ffbe2193338ca94ee2461c6a205526 100644 (file)
@@ -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