A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/python/branches/r23b2-branch/Lib/TERMIOS.py below:

"""Backward-compatibility version of TERMIOS; export constants exported by termios, and issue a deprecation warning. """ import warnings warnings.warn("the TERMIOS module is deprecated; please use termios", DeprecationWarning) # Export the constants known to the termios module: from termios import * # and *only* the constants: __all__ = [s for s in dir() if s[0] in "ABCDEFGHIJKLMNOPQRSTUVWXYZ"]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4