[Python-checkins] python/dist/src/Doc/ref ref4.tex,1.30,1.31

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 16 Apr 2002 20:41:53 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv22775/ref

Modified Files:
	ref4.tex 
Log Message:
Adjust markup to worm around tool limitations; the "m" in "model" was being
dropped in the HTML formatted version.
Reported by Mike Coleman.


Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** ref4.tex	1 Apr 2002 21:33:55 -0000	1.30
--- ref4.tex	17 Apr 2002 03:41:50 -0000	1.31
***************
*** 172,176 ****
  executed whether an exception occurred or not in the preceding code.
  
! Python uses the ``termination'' \index{termination model}model of
  error handling: an exception handler can find out what happened and
  continue execution at an outer level, but it cannot repair the cause
--- 172,176 ----
  executed whether an exception occurred or not in the preceding code.
  
! Python uses the ``termination''\index{termination model} model of
  error handling: an exception handler can find out what happened and
  continue execution at an outer level, but it cannot repair the cause