[issue5828] Invalid behavior of unicode.lower

Terry J. Reedy report at bugs.python.org
Fri Apr 24 20:51:33 CEST 2009


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Py3.0.1
>>> '\u1d79'.lower()
'\x00'

I am guessing that this bug is in 2.7 and 3.1 as well.

----------
nosy: +tjreedy
versions: +Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list