]> granicus.if.org Git - python/commit
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 11:53:21 +0000 (13:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 11:53:21 +0000 (13:53 +0200)
commite9e54ae2228e195e046e6325de018374b3247d2d
tree6264af62dab14d1e36f490004948748d4dace997
parentc04fcd40bd8fd2c9e427faded617214f8ae18402
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS