summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-31 10:37:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-31 10:37:50 (GMT)
commitb1847e7541e7c8e8e064c6de1aa1adb199c007e3 (patch)
tree4735d5a4be86efae84ead31f7c0d206eb4a7b8aa /Misc
parent36ac51095634c7b1c29432db5c60e1eeca620977 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a86eb7e..f15ea59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.