mirror of
https://github.com/python/cpython.git
synced 2025-11-16 09:03:47 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ The module defines the following functions:
|
||||||
descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or
|
descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or
|
||||||
:const:`termios.TIOCGSIZE`.
|
:const:`termios.TIOCGSIZE`.
|
||||||
|
|
||||||
|
.. versionadded:: 3.11
|
||||||
|
|
||||||
|
|
||||||
.. function:: tcsetwinsize(fd, winsize)
|
.. function:: tcsetwinsize(fd, winsize)
|
||||||
|
|
||||||
|
|
@ -89,6 +91,8 @@ The module defines the following functions:
|
||||||
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
|
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
|
||||||
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
|
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
|
||||||
|
|
||||||
|
.. versionadded:: 3.11
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue