[Python-checkins] r61721 - python/trunk/Doc/library/sys.rst

georg.brandl python-checkins at python.org
Fri Mar 21 22:05:04 CET 2008


Author: georg.brandl
Date: Fri Mar 21 22:05:03 2008
New Revision: 61721

Modified:
   python/trunk/Doc/library/sys.rst
Log:
Add missing versionadded tag.


Modified: python/trunk/Doc/library/sys.rst
==============================================================================
--- python/trunk/Doc/library/sys.rst	(original)
+++ python/trunk/Doc/library/sys.rst	Fri Mar 21 22:05:03 2008
@@ -617,6 +617,8 @@
    Bool containing the status of the Python 3.0 warning flag. It's ``True``
    when Python is started with the -3 option.
 
+   .. versionadded:: 2.6
+
 
 .. data:: dont_write_bytecode
 


More information about the Python-checkins mailing list