]> granicus.if.org Git - python/commitdiff
Issue #16389: Fixed an issue number in previos commit.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:59:27 +0000 (22:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:59:27 +0000 (22:59 +0200)
Misc/NEWS

index ddef48922163677654f7a23a63fc503cddba2449..c9c854dd2d57828b4b5f74e9ee58c04a6dbdb66b 100644 (file)
--- 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.