commit | e9e54ae2228e195e046e6325de018374b3247d2d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Oct 31 13:53:21 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Oct 31 13:53:21 2014 +0200 |
tree | 6264af62dab14d1e36f490004948748d4dace997 | |
parent | c04fcd40bd8fd2c9e427faded617214f8ae18402 [diff] [blame] |
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
diff --git a/Misc/NEWS b/Misc/NEWS index ce0ed51..5c03887 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Library ------- +- Issue #17381: Fixed ranges handling in case-insensitive regular expressions. + - Issue #19329: Optimized compiling charsets in regular expressions. - Issue #22410: Module level functions in the re module now cache compiled