From: Gregory P. Smith Date: Fri, 27 Aug 2021 03:29:27 +0000 (-0700) Subject: bpo-41818: ++ termios versionadded markers. (GH-27987) X-Git-Tag: v3.11.0a1~323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=245f1f260577a005fd631144b4377febef0b47ed;p=thirdparty%2FPython%2Fcpython.git bpo-41818: ++ termios versionadded markers. (GH-27987) overlooked in https://github.com/python/cpython/pull/23686 --- diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst index 8ced0bbbd775..3b0cb60f8745 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::