[issue8307] test_pep263 failure on OS X

Ned Deily report at bugs.python.org
Sun Apr 4 00:23:33 CEST 2010


Ned Deily <nad at acm.org> added the comment:

Or this:

Python 2.7a4+ (trunk, Apr  3 2010, 15:18:51) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.getlocale()
(None, None)
>>> import Tkinter
>>> locale.getlocale()
('en_US', 'UTF8')

----------

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


More information about the Python-bugs-list mailing list