Serhiy Storchaka added the comment:

Here is preliminary patch which fixes case-insensitive regular expression 
matching of unicode strings. It is incomplete, it needs applying patches from 
issue17381, which fixes other aspects of case-insensitive matching.

One bug is left for Turkish letters. This matching is not transitive. Three 
pairs of letters should match: ı ~ I ~ i ~ İ. All other combinations should not 
match (ı !~ i, I !~ İ, ı !~ İ). This patch doesn't fixes this bug.

----------
assignee:  -> serhiy.storchaka
dependencies: +IGNORECASE breaks unicode literal range matching
keywords: +patch
nosy: +serhiy.storchaka
stage: needs patch -> patch review
versions: +Python 3.5 -Python 3.3
Added file: http://bugs.python.org/file36681/re_ignore_case.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to