diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-31 11:34:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-31 11:34:06 (GMT) |
commit | c04fcd40bd8fd2c9e427faded617214f8ae18402 (patch) | |
tree | 6367b848c8d446d934ef61a1aefc5922743c1eae /Misc/NEWS | |
parent | 34d1597bb72644e137f88fb47ba0b01e9c7dafb8 (diff) | |
download | cpython-c04fcd40bd8fd2c9e427faded617214f8ae18402.zip cpython-c04fcd40bd8fd2c9e427faded617214f8ae18402.tar.gz cpython-c04fcd40bd8fd2c9e427faded617214f8ae18402.tar.bz2 |
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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |