[issue9335] LC_CTYPE system setting not respected by setlocale()

Anthony Long report at bugs.python.org
Fri Jul 23 06:02:10 CEST 2010


Anthony Long <antlong at gmail.com> added the comment:

Windows 64 bit, python 2.7:
>>> '\xff'.isalpha()
>>> False
>>> import idlelib.run
>>> '\xff'.isalpha()
>>> False

and- Windows 32 bit, python 2.6: Both False.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9335>
_______________________________________


More information about the Python-bugs-list mailing list