This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients christoph, ezio.melotti, ggenellina, lemburg, senn, terry.reedy
Date 2010-08-03.22:43:46
SpamBayes Score 1.6619237e-05
Marked as misclassified No
Message-id <1280875427.62.0.555417980282.issue6412@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-08-04 16:33:25terry.reedyunlinkissue6412 messages
2010-08-03 22:43:47terry.reedysetrecipients: + terry.reedy, lemburg, ggenellina, senn, christoph, ezio.melotti
2010-08-03 22:43:47terry.reedysetmessageid: <1280875427.62.0.555417980282.issue6412@psf.upfronthosting.co.za>
2010-08-03 22:43:46terry.reedylinkissue6412 messages
2010-08-03 22:43:46terry.reedycreate