Dan Buch <daniel.b...@gmail.com> added the comment:

I first verified that the relevant parts of ``locale:getdefaultlocale`` have 
been unchanged since 2005-10-17.

I'm adding a patch to remove default support for the LANGUAGE variable and 
tests to assert that values like 'en_DK:en_GB:en_US' raise ValueError (plus 
asserting that getting value from LC_ALL, LC_CTYPE, and LANG are all supported.)

None of the logic for normalizing candidate env vars has been changed, so the 
questions about how values like 'en_DK:en_GB:en_US' are handled all still apply 
-- I've just operated under the assumption that such values will continue to 
raise ValueError.

----------
keywords: +patch
nosy: +meatballhat
versions: +Python 3.2, Python 3.3 -Python 2.6
Added file: 
http://bugs.python.org/file18300/remove-support-for-LANGUAGE--in-locale.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1158490>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to