[Python-checkins] python/dist/src/Doc/ref ref4.tex,1.26.2.1,1.26.2.2
fdrake@sourceforge.net
fdrake@sourceforge.net
2002年4月16日 20:42:28 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv22985/ref
Modified Files:
Tag: release21-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.26.2.1
retrieving revision 1.26.2.2
diff -C2 -d -r1.26.2.1 -r1.26.2.2
*** ref4.tex 29 May 2001 15:45:01 -0000 1.26.2.1
--- ref4.tex 17 Apr 2002 03:42:26 -0000 1.26.2.2
***************
*** 184,188 ****
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
--- 184,188 ----
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