[Python-checkins] python/dist/src/Doc/lib libatexit.tex,1.9,1.10

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Nov 4 06:45:46 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8224

Modified Files:
	libatexit.tex 
Log Message:
markup nit


Index: libatexit.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libatexit.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libatexit.tex	4 Nov 2004 04:31:29 -0000	1.9
+++ libatexit.tex	4 Nov 2004 05:45:44 -0000	1.10
@@ -40,11 +40,10 @@
 imported before higher level modules and thus must be cleaned up
 later.
 
-If an exception is raised during execution of the exit handlers, a traceback
-is printed (unless SystemExit is raised) and the exception information is
-saved.  After all exit handlers have had a chance to run the last exception
-to be raised is reraised.
-
+If an exception is raised during execution of the exit handlers, a
+traceback is printed (unless \exception{SystemExit} is raised) and the
+exception information is saved.  After all exit handlers have had a
+chance to run the last exception to be raised is re-raised.
 \end{funcdesc}
 
 



More information about the Python-checkins mailing list