| commit | c04fcd40bd8fd2c9e427faded617214f8ae18402 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Fri Oct 31 13:34:06 2014 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Oct 31 13:34:06 2014 +0200 |
| tree | 6367b848c8d446d934ef61a1aefc5922743c1eae | |
| parent | 34d1597bb72644e137f88fb47ba0b01e9c7dafb8 [diff] [blame] |
Backported the optimization of compiling charsets in regular expressions (issue #19329). This is needed to apply the patch from issue #17381.
diff --git a/Misc/NEWS b/Misc/NEWS index 725c0ab..ce0ed51 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ 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.