[Python-checkins] CVS: python/dist/src/Doc/lib libthread.tex,1.21,1.22

Fred Drake python-dev@python.org
Wed, 5 Apr 2000 11:00:40 -0400


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/lib

Modified Files:
	libthread.tex 
Log Message:

Noted by Guido:

Note in the "Caveats" section should refer to the exit() function, not
exit_thread().


Index: libthread.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libthread.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** libthread.tex	1999/04/21 18:01:14	1.21
--- libthread.tex	2000/04/05 15:00:38	1.22
***************
*** 109,113 ****
  \item
  Calling \function{sys.exit()} or raising the \exception{SystemExit}
! exception is equivalent to calling \function{exit_thread()}.
  
  \item
--- 109,113 ----
  \item
  Calling \function{sys.exit()} or raising the \exception{SystemExit}
! exception is equivalent to calling \function{exit()}.
  
  \item