From: Philip Jenvey Date: Tue, 6 Apr 2010 23:38:57 +0000 (+0000) Subject: document new PYTHONWARNINGS env var X-Git-Tag: v2.7b1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a5a37c346956001d6495d093d4db152f52d426c;p=thirdparty%2FPython%2Fcpython.git document new PYTHONWARNINGS env var --- diff --git a/Misc/python.man b/Misc/python.man index d981fbaa5acc..261a118944ff 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