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

Alexis Metaireau report at bugs.python.org
Wed Aug 10 18:05:49 CEST 2011


Alexis Metaireau <alexis at notmyidea.org> added the comment:

I see two different things here:

1) the fact that getlocale() doesn't return (None, None) on some python 
versions
2) the fact that having it returning (None, None) by default is a bit 
misleading as users may think that getlocale() is tied to environment 
variables. That's what was at the origin of #12699

My last remark is about the second bit. Maybe should I start a new issue 
for this?

----------
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