[Python-checkins] python/dist/src/Doc/lib libcurses.tex,1.40,1.41

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 12 Jan 2003 06:56:21 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv26973/Doc/lib

Modified Files:
	libcurses.tex 
Log Message:
SF #665570, curses causes interpreter crash

The interpreter doesn't crash, but it does call exit() in libncurses.
Add a note to this effect.

Will backport


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** libcurses.tex	6 Nov 2002 14:17:21 -0000	1.40
--- libcurses.tex	12 Jan 2003 14:56:19 -0000	1.41
***************
*** 267,271 ****
  \begin{funcdesc}{initscr}{}
  Initialize the library. Returns a \class{WindowObject} which represents
! the whole screen.
  \end{funcdesc}
  
--- 267,272 ----
  \begin{funcdesc}{initscr}{}
  Initialize the library. Returns a \class{WindowObject} which represents
! the whole screen.  \note{If there is an error opening the terminal,
! the underlying curses library may cause the interpreter to exit.}
  \end{funcdesc}