[Python-checkins] python/dist/src/Doc/api exceptions.tex,1.12,1.13 init.tex,1.4,1.5

theller@users.sourceforge.net theller@users.sourceforge.net
Fri, 06 Dec 2002 14:42:15 -0800


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

Modified Files:
	exceptions.tex init.tex 
Log Message:
Typo: propogate -> propagate

Bugfix candidate.


Index: exceptions.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/exceptions.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** exceptions.tex	24 Oct 2002 20:54:18 -0000	1.12
--- exceptions.tex	6 Dec 2002 22:42:13 -0000	1.13
***************
*** 20,24 ****
  error.  If returning due to an error, it is important to indicate to
  the caller that an error has been set.  If the error is not handled or
! carefully propogated, additional calls into the Python/C API may not
  behave as intended and may fail in mysterious ways.
  
--- 20,24 ----
  error.  If returning due to an error, it is important to indicate to
  the caller that an error has been set.  If the error is not handled or
! carefully propagated, additional calls into the Python/C API may not
  behave as intended and may fail in mysterious ways.
  

Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** init.tex	10 Oct 2002 18:24:50 -0000	1.4
--- init.tex	6 Dec 2002 22:42:13 -0000	1.5
***************
*** 658,662 ****
    store state in the dictionary.  If this function returns \NULL, an
    exception has been raised and the caller should allow it to
!   propogate.
  \end{cfuncdesc}
  
--- 658,662 ----
    store state in the dictionary.  If this function returns \NULL, an
    exception has been raised and the caller should allow it to
!   propagate.
  \end{cfuncdesc}
  
***************
*** 716,720 ****
    being executed.  The effect of this is that as exception propogation
    causes the Python stack to unwind, the callback is called upon
!   return to each frame as the exception propogates.  Only trace
    functions receives these events; they are not needed by the
    profiler.
--- 716,720 ----
    being executed.  The effect of this is that as exception propogation
    causes the Python stack to unwind, the callback is called upon
!   return to each frame as the exception propagates.  Only trace
    functions receives these events; they are not needed by the
    profiler.