Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to call filterwarnings() to suppress further warnings from this | Fred Drake | 2001-02-27 | 1 | -3/+0 |
| | | | | module; that won't happen. | ||||
* | Replace all the platform-specific TERMIOS modules with a portable version | Fred Drake | 2001-02-27 | 1 | -0/+17 |
based on the termios module. The only added "feature" is the deprecation warning it spits out. |