[issue15562] CaseFolding not working properly

STINNER Victor report at bugs.python.org
Sun Aug 5 23:57:44 CEST 2012


STINNER Victor added the comment:

Hum, strange.

$ ./python 
Python 3.3.0b1 (default:b7b8e4ada3e5+, Aug  5 2012, 16:19:18) 
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] on linux
>>> print(ascii('\xb5'.casefold()))
'\u03bc'

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15562>
_______________________________________


More information about the Python-bugs-list mailing list