summaryrefslogtreecommitdiffstats
path: root/Lib/TERMIOS.py
Commit message (Collapse)AuthorAgeFilesLines
* No need to call filterwarnings() to suppress further warnings from thisFred Drake2001-02-271-3/+0
| | | | module; that won't happen.
* Replace all the platform-specific TERMIOS modules with a portable versionFred Drake2001-02-271-0/+17
based on the termios module. The only added "feature" is the deprecation warning it spits out.