Index: libtermios.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtermios.tex,v retrieving revision 1.19 diff -c -r1.19 libtermios.tex *** libtermios.tex 2001/02/27 22:01:15 1.19 --- libtermios.tex 2001/04/18 15:34:08 *************** *** 16,23 **** only if configured at installation time). All functions in this module take a file descriptor \var{fd} as their ! first argument. This must be an integer file descriptor, such as ! returned by \code{sys.stdin.fileno()}. This module also defines all the constants needed to work with the functions provided here; these have the same name as their --- 16,24 ---- only if configured at installation time). All functions in this module take a file descriptor \var{fd} as their ! first argument. This can be an integer file descriptor, such as ! returned by \code{sys.stdin.fileno()}, or a file object, such as ! \code{sys.stdin} itself. This module also defines all the constants needed to work with the functions provided here; these have the same name as their