summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-17 22:24:12 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-17 22:24:12 (GMT)
commit11ca77e6deb795a697ce00849c2f081e9bdbabb7 (patch)
treeb2fe28370c3260609e4842d1b36faf86650e82ca /Misc/NEWS
parent58f46b65656e95ed0bb8e1d2f7c41299e838d8eb (diff)
downloadcpython-11ca77e6deb795a697ce00849c2f081e9bdbabb7.zip
cpython-11ca77e6deb795a697ce00849c2f081e9bdbabb7.tar.gz
cpython-11ca77e6deb795a697ce00849c2f081e9bdbabb7.tar.bz2
Doc for PEP 341, needs improvement
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9aff5c9..bd00491 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,7 +14,7 @@ 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
- one try statement instead of two nested ones.
+ one try statement instead of two nested ones. Patch #1355913.
- Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
now encodes backslash correctly.