Firat Ozgul added the comment:
r.david.murray: '(...) because in 3.3 "\u0130".lower().upper() == "\u0130"'
Do you mean in Python 3.3 "\u0130".lower() returns "\u0130"?
If you are saying so, this is not the case, because in Python 3.3::
>>> '\u0130'.lower()
'i\u0307'
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com