summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:52:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-03-16 20:52:09 (GMT)
commit0f606a636aabe2559525697d0df54ee347f947c0 (patch)
treee7d5857e5b61efde849793b83e26700d9c4c5e29 /Misc
parentde6849fcf6e620e398b8434edee5c9447de48e75 (diff)
downloadcpython-0f606a636aabe2559525697d0df54ee347f947c0.zip
cpython-0f606a636aabe2559525697d0df54ee347f947c0.tar.gz
cpython-0f606a636aabe2559525697d0df54ee347f947c0.tar.bz2
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bde852..ddef489 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -233,6 +233,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