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 ezio.melotti
Recipients Arfrever, ezio.melotti, gvanrossum, loewis, tchrist, terry.reedy, vstinner
Date 2011-09-17.16:31:45
SpamBayes Score 1.3887375e-06
Marked as misclassified No
Message-id <1316277105.86.0.707608251229.issue12737@psf.upfronthosting.co.za>
In-reply-to
Content
I think string methods (and other parts of the stdlib) assume NFC and leave normalization to NFC up to the user.  Before fixing str.title() we should take a more general decision about handling strings that use other normalization forms.
History
Date User Action Args
2011-09-17 16:31:46ezio.melottisetrecipients: + ezio.melotti, gvanrossum, loewis, terry.reedy, vstinner, Arfrever, tchrist
2011-09-17 16:31:45ezio.melottisetmessageid: <1316277105.86.0.707608251229.issue12737@psf.upfronthosting.co.za>
2011-09-17 16:31:45ezio.melottilinkissue12737 messages
2011-09-17 16:31:45ezio.melotticreate