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

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


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

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
>>>

----------

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


More information about the Python-bugs-list mailing list