summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2021-08-27 03:29:27 (GMT)
committerGitHub <noreply@github.com>2021-08-27 03:29:27 (GMT)
commit245f1f260577a005fd631144b4377febef0b47ed (patch)
treef1fbeb26a4bbe9d5c4db80180a446b6f3f2ab091 /Doc
parentae224bb566301d3602e9b090e37c1dcf5a48c914 (diff)
downloadcpython-245f1f260577a005fd631144b4377febef0b47ed.zip
cpython-245f1f260577a005fd631144b4377febef0b47ed.tar.gz
cpython-245f1f260577a005fd631144b4377febef0b47ed.tar.bz2
bpo-41818: ++ termios versionadded markers. (GH-27987)
overlooked in https://github.com/python/cpython/pull/23686
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/termios.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index 8ced0bb..3b0cb60 100644
--- a/Doc/library/termios.rst
+++ b/Doc/library/termios.rst
@@ -80,6 +80,8 @@ The module defines the following functions:
descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or
:const:`termios.TIOCGSIZE`.
+ .. versionadded:: 3.11
+
.. function:: tcsetwinsize(fd, winsize)
@@ -89,6 +91,8 @@ The module defines the following functions:
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
+ .. versionadded:: 3.11
+
.. seealso::