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-30.03:36:41
SpamBayes Score 0.0007198277
Marked as misclassified No
Message-id <1317353803.72.0.585410325489.issue12737@psf.upfronthosting.co.za>
In-reply-to
Content
After PEP 393 the result is still the same (I attached a slightly improved version of the script):

titlecase of  'deme un cafe'  should be  'Deme Un Cafe'  not  'DeMe Un Cafe'
titlecase of  'istanbul'  should be  'Istanbul'  not  'IStanbul'
titlecase of  'α στο διαολο'  should be  'Α Στο Διαολο'  not  'ΑΙ Στο ΔιαΟλο'
failed 3 out of 6 tests

Martin, do you think that str.title() should follow the Unicode standard?
Should string methods work with all the normalizations or just with NFC?
History
Date User Action Args
2011-09-30 03:36:44ezio.melottisetrecipients: + ezio.melotti, gvanrossum, loewis, terry.reedy, vstinner, Arfrever, tchrist
2011-09-30 03:36:43ezio.melottisetmessageid: <1317353803.72.0.585410325489.issue12737@psf.upfronthosting.co.za>
2011-09-30 03:36:43ezio.melottilinkissue12737 messages
2011-09-30 03:36:42ezio.melotticreate