mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Added PEP 341 to NEWS.
We still need a change in the reference manual to reflect the new try statement.
This commit is contained in:
parent
f599f424a2
commit
fa16668c9b
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1?
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue