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 iritkatriel
Recipients Arfrever, ezio.melotti, flox, gvanrossum, iritkatriel, loewis, tchrist, terry.reedy, vstinner
Date 2020-10-25.22:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603665786.79.0.770363557568.issue12737@roundup.psfhosted.org>
In-reply-to
Content
Of the examples given two seem ok now, but the Istanbul one is still wrong:

>>> "déme un café".title()
'Déme Un Café'
>>> "ᾲ στο διάολο".title()
'Ὰͅ Στο Διάολο'
>>>

>>> "i̇stanbul".title()
'İStanbul'
History
Date User Action Args
2020-10-25 22:43:06iritkatrielsetrecipients: + iritkatriel, gvanrossum, loewis, terry.reedy, vstinner, ezio.melotti, Arfrever, flox, tchrist
2020-10-25 22:43:06iritkatrielsetmessageid: <1603665786.79.0.770363557568.issue12737@roundup.psfhosted.org>
2020-10-25 22:43:06iritkatriellinkissue12737 messages
2020-10-25 22:43:06iritkatrielcreate