From: Antoine Pitrou Date: Wed, 11 Nov 2009 22:03:32 +0000 (+0000) Subject: Add version tags to sys.{get,set}switchinterval X-Git-Tag: v3.2a1~2208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79707ca8753747e5e52b2a54e9d258d6c3469cac;p=thirdparty%2FPython%2Fcpython.git Add version tags to sys.{get,set}switchinterval --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 5d1a7c02e2a7..44ac6ee5cbd9 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -353,6 +353,8 @@ always available. Return the interpreter's "thread switch interval"; see :func:`setswitchinterval`. + .. versionadded:: 3.2 + .. function:: _getframe([depth]) @@ -713,6 +715,8 @@ always available. is the operating system's decision. The interpreter doesn't have its own scheduler. + .. versionadded:: 3.2 + .. function:: settrace(tracefunc)