]> granicus.if.org Git - python/commit
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 10:37:50 +0000 (12:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 10:37:50 +0000 (12:37 +0200)
commitb1847e7541e7c8e8e064c6de1aa1adb199c007e3
tree4735d5a4be86efae84ead31f7c0d206eb4a7b8aa
parent36ac51095634c7b1c29432db5c60e1eeca620977
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS