Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
Here is a way to reproduce this from command line: $ 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. >>> '\xff'.isalpha() False >>> import idlelib.run >>> '\xff'.isalpha() True ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9335> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com