Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd802c commit 5dd09bbCopy full SHA for 5dd09bb
1 file changed
Lib/TERMIOS.py
@@ -6,9 +6,6 @@
6
warnings.warn("the TERMIOS module is deprecated; please use termios",
7
DeprecationWarning)
8
9
-# Ignore further deprecation warnings about this module
10
-warnings.filterwarnings("ignore", "", DeprecationWarning, __name__)
11
-
12
13
# Export the constants known to the termios module:
14
from termios import *
0 commit comments