[Python-checkins] commit of r41741 - python/trunk/Misc/NEWS

reinhold.birkenfeld python-checkins at python.org
Sat Dec 17 22:45:17 CET 2005


Author: reinhold.birkenfeld
Date: Sat Dec 17 22:45:17 2005
New Revision: 41741

Modified:
   python/trunk/Misc/NEWS
Log:
Added PEP 341 to NEWS.

We still need a change in the reference manual to reflect the
new try statement.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Dec 17 22:45:17 2005
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- Implementation of PEP 341 - Unification of try/except and try/finally.
+  "except" clauses can now be written together with a "finally" clause in
+  the one try statement instead of two nested ones.
+
 - Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
   now encodes backslash correctly.
 


More information about the Python-checkins mailing list