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 benjamin.peterson
Recipients benjamin.peterson, ezio.melotti, firatozgul, lemburg, pitrou, r.david.murray, vstinner
Date 2013-02-20.13:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361368217.19.0.826143465464.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
Notice the lines you pulled have "tr" and "az" at the end of them meaning they only apply for Turkish and Azeri. Since the lower() method has no idea whether the user intends to be in a Turkish or Azeri locale or not, we just have to use the generic lowering mapping which simply preserves canonical equivalence.
History
Date User Action Args
2013-02-20 13:50:17benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, pitrou, vstinner, ezio.melotti, r.david.murray, firatozgul
2013-02-20 13:50:17benjamin.petersonsetmessageid: <1361368217.19.0.826143465464.issue17252@psf.upfronthosting.co.za>
2013-02-20 13:50:17benjamin.petersonlinkissue17252 messages
2013-02-20 13:50:17benjamin.petersoncreate