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

Alexander Belopolsky report at bugs.python.org
Fri Jul 23 05:47:03 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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

----------
components: +Tkinter

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


More information about the Python-bugs-list mailing list