[Python-checkins] python/dist/src/Doc/api exceptions.tex,1.3.6.4,1.3.6.5 init.tex,1.2,1.2.10.1

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 02 Feb 2003 11:06:12 -0800


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

Modified Files:
      Tag: release22-maint
	exceptions.tex init.tex 
Log Message:
Backport:
date: 2002/12/06 22:42:13;  author: theller; 

Typo: propogate -> propagate


Index: exceptions.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/exceptions.tex,v
retrieving revision 1.3.6.4
retrieving revision 1.3.6.5
diff -C2 -d -r1.3.6.4 -r1.3.6.5
*** exceptions.tex	24 Oct 2002 20:55:07 -0000	1.3.6.4
--- exceptions.tex	2 Feb 2003 19:06:03 -0000	1.3.6.5
***************
*** 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.2
retrieving revision 1.2.10.1
diff -C2 -d -r1.2 -r1.2.10.1
*** init.tex	16 Oct 2001 19:23:55 -0000	1.2
--- init.tex	2 Feb 2003 19:06:04 -0000	1.2.10.1
***************
*** 656,660 ****
    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}
  
--- 656,660 ----
    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}
  
***************
*** 714,718 ****
    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.
--- 714,718 ----
    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.