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

Petri Lehtinen report at bugs.python.org
Sun Nov 6 20:48:11 CET 2011


Petri Lehtinen <petri at digip.org> added the comment:

If the thread safety of setlocale() is a problem, does anybody know how portable uselocale() is? It sets the locale of the current thread only, so it's safe to temporarily change the locale and then set it back.

----------
nosy: +petri.lehtinen

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


More information about the Python-bugs-list mailing list