消息 [261517]
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 | Андрей Баксаляр | 创建 | |
|