[Python-checkins] python/dist/src/Doc/ref ref4.tex,1.28,1.28.18.1

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 16 Apr 2002 20:42:10 -0700


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

Modified Files:
      Tag: release22-maint
	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.28
retrieving revision 1.28.18.1
diff -C2 -d -r1.28 -r1.28.18.1
*** ref4.tex	23 Jun 2001 05:27:20 -0000	1.28
--- ref4.tex	17 Apr 2002 03:42:08 -0000	1.28.18.1
***************
*** 185,189 ****
  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
--- 185,189 ----
  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