Skip to content

Commit

Permalink
bpo-41818: ++ termios versionadded markers. (GH-27987)
Browse files Browse the repository at this point in the history
overlooked in #23686
  • Loading branch information
gpshead authored Aug 27, 2021
1 parent ae224bb commit 245f1f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/termios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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::

Expand Down

0 comments on commit 245f1f2

Please sign in to comment.