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 r.david.murray
Recipients ezio.melotti, firatozgul, r.david.murray
Date 2013-02-20.10:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361357853.65.0.366153455145.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
I thought this would just be a difference in the unicode database, but that appears not to be the case.  Ezio, this is related to the infamous Turkic dotless lower case i problem (see, eg, http://mail.python.org/pipermail/python-bugs-list/2005-October/030686.html).

The SpecialCasing.txt file entries for these characters seems to be the same in 6.0.0 (3.2) and 6.1.0 (3.3).  So the question is, why did the Python behavior change, and is it indeed a bug?  What python3.3 is returning is the canonical version, which would seem to be correct.  Have we been buggy up to this point and something got fixed?

And, referencing that thread above, how does one do a locale dependent lower case?
History
Date User Action Args
2013-02-20 10:57:33r.david.murraysetrecipients: + r.david.murray, ezio.melotti, firatozgul
2013-02-20 10:57:33r.david.murraysetmessageid: <1361357853.65.0.366153455145.issue17252@psf.upfronthosting.co.za>
2013-02-20 10:57:33r.david.murraylinkissue17252 messages
2013-02-20 10:57:33r.david.murraycreate