diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-13 11:21:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 11:21:06 (GMT) |
commit | d4128485d6c2cbfebe756f3eeec2c60137b63bba (patch) | |
tree | 4a5850172a1afd23a24d08ecfc65eabccbe24859 /Misc | |
parent | 6d134864d62b1838b12e31ec6357b9f0c078deae (diff) | |
download | cpython-d4128485d6c2cbfebe756f3eeec2c60137b63bba.zip cpython-d4128485d6c2cbfebe756f3eeec2c60137b63bba.tar.gz cpython-d4128485d6c2cbfebe756f3eeec2c60137b63bba.tar.bz2 |
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Co-authored-by: Cornelius Diekmann <c.diekmann@googlemail.com>
(cherry picked from commit dd8eb303b90d63e1f56684bedadca6674bb74a29)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-02-26-09-31-59.bpo-26228.wyrHKc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-02-26-09-31-59.bpo-26228.wyrHKc.rst b/Misc/NEWS.d/next/Library/2019-02-26-09-31-59.bpo-26228.wyrHKc.rst index 43ff580..c6ca84a 100644 --- a/Misc/NEWS.d/next/Library/2019-02-26-09-31-59.bpo-26228.wyrHKc.rst +++ b/Misc/NEWS.d/next/Library/2019-02-26-09-31-59.bpo-26228.wyrHKc.rst @@ -1 +1 @@ -pty.spawn no longer hangs on FreeBSD, OS X, and Solaris.
\ No newline at end of file +pty.spawn no longer hangs on FreeBSD, macOS, and Solaris. |