[issue6981] locale.getdefaultlocale() envvars default code and documentation mismatch

Steffen Daode Nurpmeso report at bugs.python.org
Sat Mar 12 13:39:02 CET 2011


Steffen Daode Nurpmeso <sdaoden at googlemail.com> added the comment:

(Eugene, whereas i still disagree (i'm a C programmer in daily life),

Python 3.3a0 (default, Mar 10 2011, 11:50:55) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> print(locale.getdefaultlocale())
('en_GB', 'UTF8')

So it seems i'm still to new to give you a hint here, sorry..)

----------

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


More information about the Python-bugs-list mailing list