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:47:01
SpamBayes Score 2.1170479e-07
Marked as misclassified No
Message-id <1279856823.24.0.685642001572.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Or even simpler:


$ python2.6
Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> '\xff'.isalpha()
True
History
Date User Action Args
2010-07-23 03:47:03belopolskysetrecipients: + belopolsky, ronaldoussoren, jkloth, antlong
2010-07-23 03:47:03belopolskysetmessageid: <1279856823.24.0.685642001572.issue9335@psf.upfronthosting.co.za>
2010-07-23 03:47:01belopolskylinkissue9335 messages
2010-07-23 03:47:01belopolskycreate