Skip to content

Commit fa16668

Browse files
committed
Added PEP 341 to NEWS.
We still need a change in the reference manual to reflect the new try statement.
1 parent f599f42 commit fa16668

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1?
1212
Core and builtins
1313
-----------------
1414

15+
- Implementation of PEP 341 - Unification of try/except and try/finally.
16+
"except" clauses can now be written together with a "finally" clause in
17+
the one try statement instead of two nested ones.
18+
1519
- Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
1620
now encodes backslash correctly.
1721

0 commit comments

Comments
 (0)