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

overlooked in https://github.com/python/cpython/pull/23686
This commit is contained in:
Gregory P. Smith 2021-08-26 20:29:27 -07:00 committed by GitHub
parent ae224bb566
commit 245f1f2605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View 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::