From: Serhiy Storchaka Date: Sat, 16 Mar 2013 20:59:27 +0000 (+0200) Subject: Issue #16389: Fixed an issue number in previos commit. X-Git-Tag: v3.2.4rc1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6;p=thirdparty%2FPython%2Fcpython.git Issue #16389: Fixed an issue number in previos commit. --- diff --git a/Misc/NEWS b/Misc/NEWS index ddef48922163..c9c854dd2d57 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -233,7 +233,7 @@ Core and Builtins Library ------- -- Issue #16564: Fixed a performance regression relative to Python 3.1 in the +- Issue #16389: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. - Issue #17431: Fix missing import of BytesFeedParser in email.parser.