[Python-checkins] bpo-41818: ++ termios versionadded markers. (GH-27987)

gpshead webhook-mailer at python.org
Thu Aug 26 23:29:38 EDT 2021


https://github.com/python/cpython/commit/245f1f260577a005fd631144b4377febef0b47ed
commit: 245f1f260577a005fd631144b4377febef0b47ed
branch: main
author: Gregory P. Smith <greg at krypto.org>
committer: gpshead <greg at krypto.org>
date: 2021-08-26T20:29:27-07:00
summary:

bpo-41818: ++ termios versionadded markers. (GH-27987)

overlooked in https://github.com/python/cpython/pull/23686

files:
M Doc/library/termios.rst

diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index 8ced0bbbd7757e..3b0cb60f874522 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::
 



More information about the Python-checkins mailing list