Terry J. Reedy <tjre...@udel.edu> added the comment:

3.1.2
>>> 'H\u0301ngh'.istitle()
False
>>> 'H\u0301ngh'=='H\u0301ngh'.title()
False
>>> 'H\u0301ngh'.title()
'H́Ngh'

which suggest that initial False is correct, not a bug.
In any case, behavior is changed. Is new behavior wrong? I disagrees with 
proposed new test. What about 2.7?
Close this?

----------
nosy: +tjreedy
stage: needs patch -> patch review
versions:  -Python 2.5, Python 2.6

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

Reply via email to