[Python-checkins] r76221 - python/branches/py3k/Doc/library/sys.rst

antoine.pitrou python-checkins at python.org
Wed Nov 11 23:03:32 CET 2009


Author: antoine.pitrou
Date: Wed Nov 11 23:03:32 2009
New Revision: 76221

Log:
Add version tags to sys.{get,set}switchinterval



Modified:
   python/branches/py3k/Doc/library/sys.rst

Modified: python/branches/py3k/Doc/library/sys.rst
==============================================================================
--- python/branches/py3k/Doc/library/sys.rst	(original)
+++ python/branches/py3k/Doc/library/sys.rst	Wed Nov 11 23:03:32 2009
@@ -353,6 +353,8 @@
    Return the interpreter's "thread switch interval"; see
    :func:`setswitchinterval`.
 
+   .. versionadded:: 3.2
+
 
 .. function:: _getframe([depth])
 
@@ -713,6 +715,8 @@
    is the operating system's decision.  The interpreter doesn't have its
    own scheduler.
 
+   .. versionadded:: 3.2
+
 
 .. function:: settrace(tracefunc)
 


More information about the Python-checkins mailing list