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.12:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361361648.47.0.899831708172.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
Right, and the unicode consortium says that that weird thing 3.3 is doing is the "canonical" lowercasing, and this is the case exactly because in 3.3 "\u0130".lower().upper() == "\u0130".  Which I why I asked Ezio if we ever came up with a way to do lower/upper in a locale specific manner.

The behavior change is an issue, but I'm thinking the 3.3 behavior is probably the "correct" behavior per the unicode standard.
History
Date User Action Args
2013-02-20 12:00:48r.david.murraysetrecipients: + r.david.murray, ezio.melotti, firatozgul
2013-02-20 12:00:48r.david.murraysetmessageid: <1361361648.47.0.899831708172.issue17252@psf.upfronthosting.co.za>
2013-02-20 12:00:48r.david.murraylinkissue17252 messages
2013-02-20 12:00:48r.david.murraycreate