[Python-checkins] r79880 - python/trunk/Misc/python.man

philip.jenvey python-checkins at python.org
Wed Apr 7 01:38:57 CEST 2010


Author: philip.jenvey
Date: Wed Apr  7 01:38:57 2010
New Revision: 79880

Log:
document new PYTHONWARNINGS env var

Modified:
   python/trunk/Misc/python.man

Modified: python/trunk/Misc/python.man
==============================================================================
--- python/trunk/Misc/python.man	(original)
+++ python/trunk/Misc/python.man	Wed Apr  7 01:38:57 2010
@@ -411,6 +411,9 @@
 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


More information about the Python-checkins mailing list