[Python-checkins] python/dist/src/Doc/lib libtty.tex,1.3,1.3.24.1
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Tue Aug 31 15:07:57 CEST 2004
- Previous message: [Python-checkins] python/dist/src/Lib TERMIOS.py,1.2,NONE
- Next message: [Python-checkins] python/dist/src/Doc/lib lib.tex, 1.229,
1.230 libxreadlines.tex, 1.5, NONE librotor.tex, 1.20,
NONE libmpz.tex, 1.18, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22046
Modified Files:
Tag: release23-maint
libtty.tex
Log Message:
Use correct constants
Index: libtty.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtty.tex,v
retrieving revision 1.3
retrieving revision 1.3.24.1
diff -u -d -r1.3 -r1.3.24.1
--- libtty.tex 28 Nov 2001 07:26:15 -0000 1.3
+++ libtty.tex 31 Aug 2004 13:07:54 -0000 1.3.24.1
@@ -18,13 +18,13 @@
\begin{funcdesc}{setraw}{fd\optional{, when}}
Change the mode of the file descriptor \var{fd} to raw. If \var{when}
-is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed
+is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed
to \function{termios.tcsetattr()}.
\end{funcdesc}
\begin{funcdesc}{setcbreak}{fd\optional{, when}}
Change the mode of file descriptor \var{fd} to cbreak. If \var{when}
-is omitted, it defaults to \constant{TERMIOS.TCAFLUSH}, and is passed
+is omitted, it defaults to \constant{termios.TCSAFLUSH}, and is passed
to \function{termios.tcsetattr()}.
\end{funcdesc}
- Previous message: [Python-checkins] python/dist/src/Lib TERMIOS.py,1.2,NONE
- Next message: [Python-checkins] python/dist/src/Doc/lib lib.tex, 1.229,
1.230 libxreadlines.tex, 1.5, NONE librotor.tex, 1.20,
NONE libmpz.tex, 1.18, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list