diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-11 22:03:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-11 22:03:32 (GMT) |
commit | 79707ca8753747e5e52b2a54e9d258d6c3469cac (patch) | |
tree | b6518a54654efc73837ab12d1e5bd366e365290d /Doc/library | |
parent | 941ee888e26a2a2a412cccf6ba3f025c89995e81 (diff) | |
download | cpython-79707ca8753747e5e52b2a54e9d258d6c3469cac.zip cpython-79707ca8753747e5e52b2a54e9d258d6c3469cac.tar.gz cpython-79707ca8753747e5e52b2a54e9d258d6c3469cac.tar.bz2 |
Add version tags to sys.{get,set}switchinterval
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/sys.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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) |