summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tty.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-110392: Fix tty functions (GH-110642)Serhiy Storchaka2023-10-141-2/+6
| | | | | | | | * 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.
* gh-110388: Add tests for tty (GH-110394)Serhiy Storchaka2023-10-101-0/+80