diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-17 22:24:12 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-17 22:24:12 (GMT) |
commit | 11ca77e6deb795a697ce00849c2f081e9bdbabb7 (patch) | |
tree | b2fe28370c3260609e4842d1b36faf86650e82ca /Misc/NEWS | |
parent | 58f46b65656e95ed0bb8e1d2f7c41299e838d8eb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |