Message111243
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
>>> |
|
Date |
User |
Action |
Args |
2010-07-23 04:02:45 | antlong | set | recipients:
+ antlong, ronaldoussoren, belopolsky, jkloth |
2010-07-23 04:02:45 | antlong | set | messageid: <1279857765.27.0.389679309077.issue9335@psf.upfronthosting.co.za> |
2010-07-23 04:02:35 | antlong | link | issue9335 messages |
2010-07-23 04:02:35 | antlong | create | |
|