diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 22:53:48 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 22:53:48 +0200 |
commit | 969ff726420b108ba98d4616ec3e99a24ea5776a (patch) | |
tree | 78fa9d82c886d5f74c1f27017851b1b0572672e9 /Misc/NEWS | |
parent | fa320aea9c293b4505fb7a2812acb4583498e537 (diff) | |
parent | 0f606a636aabe2559525697d0df54ee347f947c0 (diff) | |
download | cpython-git-969ff726420b108ba98d4616ec3e99a24ea5776a.tar.gz |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |