From dd8eb303b90d63e1f56684bedadca6674bb74a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Fri, 13 Aug 2021 12:57:07 +0200 Subject: bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) Co-authored-by: Cornelius Diekmann --- Lib/pty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/pty.py') diff --git a/Lib/pty.py b/Lib/pty.py index 43e974fff1..8d8ce40df5 100644 --- a/Lib/pty.py +++ b/Lib/pty.py @@ -1,7 +1,7 @@ """Pseudo terminal utilities.""" # Bugs: No signal handling. Doesn't set slave termios and window size. -# Only tested on Linux. +# Only tested on Linux, FreeBSD, and macOS. # See: W. Richard Stevens. 1992. Advanced Programming in the # UNIX Environment. Chapter 19. # Author: Steen Lumholt -- with additions by Guido. -- cgit v1.2.1