summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/TERMIOS.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/TERMIOS.py b/Lib/TERMIOS.py
index 0b96e55..66795fc 100644
--- a/Lib/TERMIOS.py
+++ b/Lib/TERMIOS.py
@@ -6,9 +6,6 @@ import warnings
warnings.warn("the TERMIOS module is deprecated; please use termios",
DeprecationWarning)
-# Ignore further deprecation warnings about this module
-warnings.filterwarnings("ignore", "", DeprecationWarning, __name__)
-
# Export the constants known to the termios module:
from termios import *