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

This commit is contained in:
Antoine Pitrou 2009-11-11 22:03:32 +00:00
parent 941ee888e2
commit 79707ca875
1 changed files with 4 additions and 0 deletions

View File

@ -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)