[Python-checkins] r59208 - python/trunk/Doc/library/sys.rst
christian.heimes
python-checkins at python.org
Wed Nov 28 09:02:37 CET 2007
Author: christian.heimes
Date: Wed Nov 28 09:02:36 2007
New Revision: 59208
Modified:
python/trunk/Doc/library/sys.rst
Log:
Added py3kwarning to the documentation of the sys module.
Modified: python/trunk/Doc/library/sys.rst
==============================================================================
--- python/trunk/Doc/library/sys.rst (original)
+++ python/trunk/Doc/library/sys.rst Wed Nov 28 09:02:36 2007
@@ -457,6 +457,12 @@
implement a dynamic prompt.
+.. data:: py3kwarning
+
+ Bool containing the status of the Python 3.0 warning flag. It's ``True``
+ when Python is started with the -3 option.
+
+
.. function:: setcheckinterval(interval)
Set the interpreter's "check interval". This integer value determines how often
More information about the Python-checkins
mailing list