summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:59:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:59:59 (GMT)
commit1eec53d9baa97cb89f57facdc3b8a2953b07d19c (patch)
treebd2759f33e316b4bd39ef7cbe517f64f06db8e6d /Misc
parent969ff726420b108ba98d4616ec3e99a24ea5776a (diff)
parenta99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6 (diff)
downloadcpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.zip
cpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.tar.gz
cpython-1eec53d9baa97cb89f57facdc3b8a2953b07d19c.tar.bz2
Issue #16389: Fixed an issue number in previos commit.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa689ea..2cdb491 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,7 +193,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.