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:49:53
SpamBayes Score 0.00038825528
Marked as misclassified No
Message-id <1226587794.45.0.272743542042.issue4314@psf.upfronthosting.co.za>
In-reply-to
Content
... and for the other character:

>>> print u'\u0427'
Ч
>>> print u'\u0447'
ч
>>> print u'\u0427'.isalpha()
True
>>> print u'\u0447'.isalpha()
True

Looks fine.
History
Date User Action Args
2008-11-13 14:49:54lemburgsetrecipients: + lemburg, ZooKeeper
2008-11-13 14:49:54lemburgsetmessageid: <1226587794.45.0.272743542042.issue4314@psf.upfronthosting.co.za>
2008-11-13 14:49:53lemburglinkissue4314 messages
2008-11-13 14:49:53lemburgcreate