From a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 16 Mar 2013 22:59:27 +0200 Subject: [PATCH] Issue #16389: Fixed an issue number in previos commit. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index ddef4892216..c9c854dd2d5 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.