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 pitrou
Recipients barry, ezio.melotti, jtaylor, lemburg, pitrou
Date 2011-08-15.22:40:24
SpamBayes Score 0.00015209016
Marked as misclassified No
Message-id <1313448025.61.0.165949800295.issue12752@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed resolution looks ok. Another possibility is simply to use .lower() if the string is an unicode string, since that will bypass the C locale.
History
Date User Action Args
2011-08-15 22:40:25pitrousetrecipients: + pitrou, lemburg, barry, ezio.melotti, jtaylor
2011-08-15 22:40:25pitrousetmessageid: <1313448025.61.0.165949800295.issue12752@psf.upfronthosting.co.za>
2011-08-15 22:40:25pitroulinkissue12752 messages
2011-08-15 22:40:24pitroucreate