This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients ZooKeeper, lemburg
Date 2008-11-13.14:48:18
SpamBayes Score 0.007381265
Marked as misclassified No
Message-id <1226587699.26.0.805556078029.issue4314@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-11-13 14:48:19lemburgsetrecipients: + lemburg, ZooKeeper
2008-11-13 14:48:19lemburgsetmessageid: <1226587699.26.0.805556078029.issue4314@psf.upfronthosting.co.za>
2008-11-13 14:48:18lemburglinkissue4314 messages
2008-11-13 14:48:18lemburgcreate