[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.56.2.11,1.56.2.12

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 21 Feb 2000 13:10:12 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/api
In directory weyr:/home/fdrake/projects/python/Doc-152p1/api

Modified Files:
      Tag: release152p1-patches
	api.tex 
Log Message:

Wrap up a couple of nits for PyErr_SetInterrupt().


Index: api.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.56.2.11
retrieving revision 1.56.2.12
diff -C2 -r1.56.2.11 -r1.56.2.12
*** api.tex	2000/02/21 18:04:40	1.56.2.11
--- api.tex	2000/02/21 18:10:09	1.56.2.12
***************
*** 879,886 ****
  
  \begin{cfuncdesc}{void}{PyErr_SetInterrupt}{}
! This function is obsolete (XXX or platform dependent?).  It simulates
  the effect of a \constant{SIGINT} signal arriving --- the next time
  \cfunction{PyErr_CheckSignals()} is called,
  \exception{KeyboadInterrupt} will be raised.
  \end{cfuncdesc}
  
--- 879,887 ----
  
  \begin{cfuncdesc}{void}{PyErr_SetInterrupt}{}
! This function is obsolete.  It simulates
  the effect of a \constant{SIGINT} signal arriving --- the next time
  \cfunction{PyErr_CheckSignals()} is called,
  \exception{KeyboadInterrupt} will be raised.
+ It may be called without holding the interpreter lock.
  \end{cfuncdesc}