]> 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:16 +0000 (12:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 10:37:16 +0000 (12:37 +0200)
commit0c938f6d248e7dbf50a1f00b0c6bca3845859fc0
treea8ff55cea441decd74a0c514d0c1152789eed682
parentd915b0847dd5e43b33cf0683bfc473e904572a56
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