From: Andrew Kuchling Date: Sun, 20 Oct 2013 19:53:08 +0000 (-0400) Subject: Grammar fix X-Git-Tag: v3.4.0b1~571^2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5a3154c6395dc03c964b15011c9ac3aa5b14022;p=thirdparty%2FPython%2Fcpython.git Grammar fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 6fa733b9dc6e..6d4399af0510 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ Core and Builtins - Issue #19301: Give classes and functions that are explicitly marked global a global qualname. -- Issue #19279: UTF-7 decoder no more produces illegal strings. +- Issue #19279: UTF-7 decoder no longer produces illegal strings. - Issue #16612: Add "Argument Clinic", a compile-time preprocessor for C files to generate argument parsing code. (See PEP 436.)