➜

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.

作者 Андрей Баксаляр
收信人 Arfrever, Jean-Michel.Fauth, Jim.Jewett, belopolsky, benjamin.peterson, ezio.melotti, gvanrossum, mrabarnett, pitrou, python-dev, tchrist, Андрей Баксаляр
日期 2016-03-10.17:37:31
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1457631451.63.0.622200308596.issue12736@psf.upfronthosting.co.za>
In-reply-to
内容
A same problem with the unicode case mapping is still present in the Python 3.4.3. You can repeat the bug with this code, for instance:

'ΰ'.upper().lower() == 'ΰ'

The case swapping is strangelly leads to character replacement:

b'\xce\xb0' → b'\xcf\x85\xcc\x88\xcc\x81'
历史
日期 用户 动作 参数
2016-03-10 17:37:31Андрей Баксаляр修改recipients: + Андрей Баксаляр, gvanrossum, belopolsky, pitrou, benjamin.peterson, ezio.melotti, mrabarnett, Arfrever, Jean-Michel.Fauth, python-dev, tchrist, Jim.Jewett
2016-03-10 17:37:31Андрей Баксаляр修改messageid: <1457631451.63.0.622200308596.issue12736@psf.upfronthosting.co.za>
2016-03-10 17:37:31Андрей Баксаляр链接issue12736 messages
2016-03-10 17:37:31Андрей Баксаляр创建