]> 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:43:14 +0000 (12:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 10:43:14 +0000 (12:43 +0200)
commit5619ab926b83b3ce8ed8f24d52bcedc96835cb35
tree1cfe1235c168d150762ace73b822ce8587e98243
parent5a8dacf9c682734dd96ab25731faf5610179fa57
parent0c938f6d248e7dbf50a1f00b0c6bca3845859fc0
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