[issue6203] 3.x locale does not default to C, contrary to the documentation and to 2.x behavior

Martin v. Löwis report at bugs.python.org
Fri Jan 28 10:33:40 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> An clean alternative would be adding LC_* variable parsing code to
> Python to avoid the setlocale() call altogether.

That would be highly non-portable, and repeat the mistakes of
getdefaultlocale.

----------
title: 3.x locale does not default to C, contrary to the documentation and to 2.x behavior -> 3.x locale does not default to C,	contrary to the documentation and to 2.x behavior

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


More information about the Python-bugs-list mailing list