summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:53:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:53:48 (GMT)
commit969ff726420b108ba98d4616ec3e99a24ea5776a (patch)
tree78fa9d82c886d5f74c1f27017851b1b0572672e9 /Misc/NEWS
parentfa320aea9c293b4505fb7a2812acb4583498e537 (diff)
parent0f606a636aabe2559525697d0df54ee347f947c0 (diff)
downloadcpython-969ff726420b108ba98d4616ec3e99a24ea5776a.zip
cpython-969ff726420b108ba98d4616ec3e99a24ea5776a.tar.gz
cpython-969ff726420b108ba98d4616ec3e99a24ea5776a.tar.bz2
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a52f4ce..fa689ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,6 +193,9 @@ Core and Builtins
Library
-------
+- Issue #16564: 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.
- Issue #1285086: Get rid of the refcounting hack and speed up