]> 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:36:56 +0000 (12:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 10:36:56 +0000 (12:36 +0200)
commit4b8f8949b43715f1b0f0ef77e15e19c180ccc195
treebebc1eda94d11692278f03c41c683b5b8ca815dd
parent455de40a6e99ad7548e6061733f9c5dae2327e83
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Added new opcode RANGE_IGNORE.
Lib/sre_compile.py
Lib/sre_constants.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h
Modules/sre_constants.h
Modules/sre_lib.h