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 belopolsky
Recipients antlong, belopolsky, jkloth, ronaldoussoren
Date 2010-07-23.03:23:01
SpamBayes Score 0.0001724565
Marked as misclassified No
Message-id <1279855382.56.0.274368185002.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a simpler test: in idle2.6,

>>> '\xff'.isalpha()
True

but in idle2.7 and plain python prompt, it is False.
History
Date User Action Args
2010-07-23 03:23:02belopolskysetrecipients: + belopolsky, ronaldoussoren, jkloth, antlong
2010-07-23 03:23:02belopolskysetmessageid: <1279855382.56.0.274368185002.issue9335@psf.upfronthosting.co.za>
2010-07-23 03:23:01belopolskylinkissue9335 messages
2010-07-23 03:23:01belopolskycreate