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 antlong
Recipients antlong, belopolsky, jkloth, ronaldoussoren
Date 2010-07-23.04:02:09
SpamBayes Score 0.00092351483
Marked as misclassified No
Message-id <1279857730.7.0.868634158605.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Windows 64 bit, python 2.7:
>>> '\xff'.isalpha()
>>> False
>>> import idlelib.run
>>> '\xff'.isalpha()
>>> False

and- Windows 32 bit, python 2.6: Both False.
History
Date User Action Args
2010-07-23 04:02:10antlongsetrecipients: + antlong, ronaldoussoren, belopolsky, jkloth
2010-07-23 04:02:10antlongsetmessageid: <1279857730.7.0.868634158605.issue9335@psf.upfronthosting.co.za>
2010-07-23 04:02:09antlonglinkissue9335 messages
2010-07-23 04:02:09antlongcreate