From 79707ca8753747e5e52b2a54e9d258d6c3469cac Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 11 Nov 2009 22:03:32 +0000 Subject: Add version tags to sys.{get,set}switchinterval --- Doc/library/sys.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 5d1a7c0..44ac6ee 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) -- cgit v0.12