[issue4314] isalpha bug

2008-11-13 Thread ZooKeeper
ZooKeeper <[EMAIL PROTECTED]> added the comment: I'll investigate it in further shortly, but for now replicating the test. print u'\u0451' ¸ print u'\u0427' × Something must be going on here. Running Win XP. ___ Python tr

[issue4314] isalpha bug

2008-11-13 Thread ZooKeeper
New submission from ZooKeeper <[EMAIL PROTECTED]>: This may be a little tricky to recreate but here it is: q = u'абвгде' q.isalpha() True foo = u'ч' foo.isalpha() False So the Russian character u'ч' and u'ё' as well as a bunch of others is not r