Marc-Andre Lemburg <[EMAIL PROTECTED]> added the comment:

FWIW: I get the following in Python 2.5:

>>> print u'\u0401'
Ё
>>> print u'\u0451'
ё
>>> print u'\u0401'.isalpha()
True
>>> print u'\u0451'.isalpha()
True

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4314>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to