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:35
SpamBayes Score 2.2199312e-07
Marked as misclassified No
Message-id <1279857765.27.0.389679309077.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Mac 10.5.6: py 2.6.4 - broken

Python 2.6.4 (r264:75706, Mar 18 2010, 14:58:13) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> '\xff'.isalpha()
False
>>> import Tkinter
>>> '\xff'.isalpha()
True
>>>
History
Date User Action Args
2010-07-23 04:02:45antlongsetrecipients: + antlong, ronaldoussoren, belopolsky, jkloth
2010-07-23 04:02:45antlongsetmessageid: <1279857765.27.0.389679309077.issue9335@psf.upfronthosting.co.za>
2010-07-23 04:02:35antlonglinkissue9335 messages
2010-07-23 04:02:35antlongcreate