]> granicus.if.org Git - python/commit
Issue #12728: Different Unicode characters having the same uppercase but
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 10:37:02 +0000 (12:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 10:37:02 +0000 (12:37 +0200)
commite927757df62e62f5d45640ee76e4048703d8d419
treedfb830393c34d8a8abf9da866f7b23217b2deabf
parent069bdcbb25cf7dfd90d5967c2ee3191fbe0e9617
Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS