]> granicus.if.org Git - python/commitdiff
Remove TERMIOS docs
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:05:59 +0000 (13:05 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:05:59 +0000 (13:05 +0000)
Doc/lib/libtermios.tex

index 4af112854389b2034239f2c28c76592566c9651a..ef99cf9edede6249bec215e011ad698155880d59 100644 (file)
@@ -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.