diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-31 10:37:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-31 10:37:50 (GMT) |
commit | b1847e7541e7c8e8e064c6de1aa1adb199c007e3 (patch) | |
tree | 4735d5a4be86efae84ead31f7c0d206eb4a7b8aa /Misc | |
parent | 36ac51095634c7b1c29432db5c60e1eeca620977 (diff) | |
download | cpython-b1847e7541e7c8e8e064c6de1aa1adb199c007e3.zip cpython-b1847e7541e7c8e8e064c6de1aa1adb199c007e3.tar.gz cpython-b1847e7541e7c8e8e064c6de1aa1adb199c007e3.tar.bz2 |
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Core and Builtins Library ------- +- Issue #17381: Fixed handling of case-insensitive ranges in regular + expressions. + - Issue #22410: Module level functions in the re module now cache compiled locale-dependent regular expressions taking into account the locale. |