diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-14 08:50:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-14 08:50:41 +0300 |
commit | 84e2096fbdea880799f2fdb3f0992a8961106bed (patch) | |
tree | f1fb8bef511c750493f781a7a19d009ef4e5991c /Lib/asyncio/unix_events.py | |
parent | 7284e0ef84e53f80b2e60c3f51e3467d67a275f3 (diff) | |
download | cpython-84e2096fbdea880799f2fdb3f0992a8961106bed.tar.gz cpython-84e2096fbdea880799f2fdb3f0992a8961106bed.zip |
gh-110392: Fix tty functions (GH-110642)
* tty.setraw() and tty.setcbreak() previously returned partially modified
list of the original tty attributes. Now they return the correct list of
the original tty attributes
* tty.cfmakeraw() and tty.cfmakecbreak() now make a copy of the list of
special characters before modifying it.
Diffstat (limited to 'Lib/asyncio/unix_events.py')
0 files changed, 0 insertions, 0 deletions