[Python-checkins] python/dist/src/Doc/lib libcurses.tex,1.37.6.1,1.37.6.2

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 12 Jan 2003 06:57:55 -0800


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

Modified Files:
      Tag: release22-maint
	libcurses.tex 
Log Message:
Backport last change:
SF #665570, curses causes interpreter crash

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


Index: libcurses.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcurses.tex,v
retrieving revision 1.37.6.1
retrieving revision 1.37.6.2
diff -C2 -d -r1.37.6.1 -r1.37.6.2
*** libcurses.tex	28 Dec 2001 04:31:36 -0000	1.37.6.1
--- libcurses.tex	12 Jan 2003 14:57:53 -0000	1.37.6.2
***************
*** 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}