Skip to content

Commit 245f1f2

Browse files
authored
bpo-41818: ++ termios versionadded markers. (GH-27987)
overlooked in #23686
1 parent ae224bb commit 245f1f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/termios.rst

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The module defines the following functions:
8080
descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or
8181
:const:`termios.TIOCGSIZE`.
8282

83+
.. versionadded:: 3.11
84+
8385

8486
.. function:: tcsetwinsize(fd, winsize)
8587

@@ -89,6 +91,8 @@ The module defines the following functions:
8991
(:const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`);
9092
(:const:`termios.TIOCGSIZE`, :const:`termios.TIOCSSIZE`) to be defined.
9193

94+
.. versionadded:: 3.11
95+
9296

9397
.. seealso::
9498

0 commit comments

Comments
 (0)