[Python-checkins] r51828 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri Sep 8 15:25:24 CEST 2006


Author: andrew.kuchling
Date: Fri Sep  8 15:25:23 2006
New Revision: 51828

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Add missing word

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri Sep  8 15:25:23 2006
@@ -409,7 +409,7 @@
 specific exceptions.  You couldn't combine both \keyword{except} blocks and a
 \keyword{finally} block, because generating the right bytecode for the
 combined version was complicated and it wasn't clear what the
-semantics of the combined should be.  
+semantics of the combined statement should be.  
 
 Guido van~Rossum spent some time working with Java, which does support the
 equivalent of combining \keyword{except} blocks and a


More information about the Python-checkins mailing list