mirror of https://github.com/python/cpython
bpo-41818: ++ termios versionadded markers. (GH-27987)
overlooked in https://github.com/python/cpython/pull/23686
This commit is contained in:
parent
ae224bb566
commit
245f1f2605
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue