[Python-checkins] python/dist/src/Doc/lib libtermios.tex,1.22,1.23
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Tue Aug 31 15:06:01 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21688
Modified Files:
libtermios.tex
Log Message:
Remove TERMIOS docs
Index: libtermios.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtermios.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- libtermios.tex 28 Nov 2001 07:26:15 -0000 1.22
+++ libtermios.tex 31 Aug 2004 13:05:59 -0000 1.23
@@ -104,24 +104,3 @@
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.
More information about the Python-checkins
mailing list