Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv14881
Modified Files:
doanddont.tex
Log Message:
Fixed typo
Index: doanddont.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/doanddont.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** doanddont.tex 2001/03/23 18:09:40 1.2
--- doanddont.tex 2001/03/23 18:25:21 1.3
***************
*** 199,203 ****
to {\em its} caller.
! The last version is not very good either --- do to implementation details,
the file would not be closed when an exception is raised until the handler
finishes, and perhaps not at all in non-C implementations (e.g., Jython).
--- 199,203 ----
to {\em its} caller.
! The last version is not very good either --- due to implementation details,
the file would not be closed when an exception is raised until the handler
finishes, and perhaps not at all in non-C implementations (e.g., Jython).
|