Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to