diff options
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 1bee00f..79652ea 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -707,9 +707,9 @@ always available. every virtual instruction, maximizing responsiveness as well as overhead. .. deprecated:: 3.2 - This function doesn't have an effect anymore, as the internal logic - for thread switching and asynchronous tasks has been rewritten. - Use :func:`setswitchinterval` instead. + This function doesn't have an effect anymore, as the internal logic for + thread switching and asynchronous tasks has been rewritten. Use + :func:`setswitchinterval` instead. .. function:: setdefaultencoding(name) @@ -958,7 +958,7 @@ always available. and so on. .. versionchanged:: 3.1 - Added named component attributes + Added named component attributes. .. data:: warnoptions |