From: Georg Brandl Date: Sat, 17 Dec 2005 21:47:06 +0000 (+0000) Subject: Fix leftover word. X-Git-Tag: v2.5a0~1001 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58f46b65656e95ed0bb8e1d2f7c41299e838d8eb;p=thirdparty%2FPython%2Fcpython.git Fix leftover word. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3aa65191bd12..9aff5c92f836 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 - the one try statement instead of two nested ones. + one try statement instead of two nested ones. - Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec now encodes backslash correctly.