[issue4314] isalpha bug

STINNER Victor report at bugs.python.org
Thu Nov 13 16:57:46 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

$ python
Python 2.5.1 (r251:54863, Jul 31 2008, 23:17:40)
>>> print u'\u0451'
ё
>>> print u'\u0427'
Ч

@ZooKeeper: Try Python 2.6, I guess that your bug is already fixed.

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


More information about the Python-bugs-list mailing list