]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41818: ++ termios versionadded markers. (GH-27987)
authorGregory P. Smith <greg@krypto.org>
Fri, 27 Aug 2021 03:29:27 +0000 (20:29 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 03:29:27 +0000 (20:29 -0700)
overlooked in https://github.com/python/cpython/pull/23686

Doc/library/termios.rst

index 8ced0bbbd7757e321a508294839f92af6e8cdd07..3b0cb60f874522873bfa6531fa89434f5f879a1e 100644 (file)
@@ -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::