summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:05:59 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-31 13:05:59 (GMT)
commita46fd8480fc9354dbe4dc8a64bae256eec235225 (patch)
treef3193984dbb3f257454f5a5a9723a8a7eb08988d /Doc
parente4133d8d6724bf7b7add4bad81666ff2a4d66a1a (diff)
downloadcpython-a46fd8480fc9354dbe4dc8a64bae256eec235225.zip
cpython-a46fd8480fc9354dbe4dc8a64bae256eec235225.tar.gz
cpython-a46fd8480fc9354dbe4dc8a64bae256eec235225.tar.bz2
Remove TERMIOS docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libtermios.tex21
1 files changed, 0 insertions, 21 deletions
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex
index 4af1128..ef99cf9 100644
--- a/Doc/lib/libtermios.tex
+++ b/Doc/lib/libtermios.tex
@@ -104,24 +104,3 @@ def getpass(prompt = "Password: "):
termios.tcsetattr(fd, termios.TCSADRAIN, old)
return passwd
\end{verbatim}
-
-
-\section{\module{TERMIOS} ---
- Constants used with the \module{termios} module}
-
-\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
- \platform{Unix}
-\modulesynopsis{Symbolic constants required to use the
- \module{termios} module.}
-
-
-\indexii{\POSIX}{I/O control}
-\indexii{tty}{I/O control}
-
-\deprecated{2.1}{Import needed constants from \refmodule{termios}
- instead.}
-
-This module defines the symbolic constants required to use the
-\refmodule{termios}\refbimodindex{termios} module (see the previous
-section). See the \POSIX{} or \UNIX{} manual pages for a list of
-those constants.