[issue8307] test_pep263 failure on OS X

Mark Dickinson report at bugs.python.org
Sun Apr 4 00:18:14 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> (Is there some way that I can see the locale change more explicitly from Python?)

Found it.  :)

>>> locale.nl_langinfo(locale.CODESET)
'US-ASCII'
[40683 refs]
>>> import Tkinter
[56953 refs]
>>> locale.nl_langinfo(locale.CODESET)
'UTF-8'
[56953 refs]

----------

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


More information about the Python-bugs-list mailing list