Message261517
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' |
|
| Date |
User |
Action |
Args |
| 2016-03-10 17:37:31 | Андрей Баксаляр | set | recipients:
+ Андрей Баксаляр, gvanrossum, belopolsky, pitrou, benjamin.peterson, ezio.melotti, mrabarnett, Arfrever, Jean-Michel.Fauth, python-dev, tchrist, Jim.Jewett |
| 2016-03-10 17:37:31 | Андрей Баксаляр | set | messageid: <[email protected]> |
| 2016-03-10 17:37:31 | Андрей Баксаляр | link | issue12736 messages |
| 2016-03-10 17:37:31 | Андрей Баксаляр | create | |
|