Mailing List Archive

python/dist/src/Doc/lib libcurses.tex,1.39,1.40
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv14725

Modified Files:
libcurses.tex
Log Message:
[Patch #633635 from David M. Cooke]
Make docs accurate; getch() in nodelay mode returns -1


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** libcurses.tex 27 Jun 2002 18:30:34 -0000 1.39
--- libcurses.tex 6 Nov 2002 14:17:21 -0000 1.40
***************
*** 702,706 ****
Get a character. Note that the integer returned does \emph{not} have to
be in \ASCII{} range: function keys, keypad keys and so on return numbers
! higher than 256. In no-delay mode, an exception is raised if there is
no input.
\end{methoddesc}
--- 702,706 ----
Get a character. Note that the integer returned does \emph{not} have to
be in \ASCII{} range: function keys, keypad keys and so on return numbers
! higher than 256. In no-delay mode, -1 is returned if there is
no input.
\end{methoddesc}