summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-31 13:34:06 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-31 13:34:06 +0200
commitc04fcd40bd8fd2c9e427faded617214f8ae18402 (patch)
tree6367b848c8d446d934ef61a1aefc5922743c1eae /Misc/NEWS
parent34d1597bb72644e137f88fb47ba0b01e9c7dafb8 (diff)
downloadcpython-git-c04fcd40bd8fd2c9e427faded617214f8ae18402.tar.gz
Backported the optimization of compiling charsets in regular expressions
(issue #19329). This is needed to apply the patch from issue #17381.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 725c0ab97e..ce0ed517df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Core and Builtins
Library
-------
+- Issue #19329: Optimized compiling charsets in regular expressions.
+
- Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.