summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-03-16 21:00:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-03-16 21:00:16 (GMT)
commitcb3ae4b1c9f7c81a5a34609a3d6da147968b2877 (patch)
tree600f1cb49fe17556f7d421bb389de8f4314c2ac7 /Misc
parentf5efe3b7960fddb5574df976d6fccbdbc11cbb09 (diff)
parent1eec53d9baa97cb89f57facdc3b8a2953b07d19c (diff)
downloadcpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.zip
cpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.tar.gz
cpython-cb3ae4b1c9f7c81a5a34609a3d6da147968b2877.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 e69e03c..33bdc71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,7 +283,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.
- Added missing FeedParser and BytesFeedParser to email.parser.__all__.