Serhiy Storchaka added the comment:

It looks to me that this issue is already gone.

>>> import os, locale
>>> os.environ['LANGUAGE'] = 'en_DK:en_GB:en_US:en'
>>> locale.getdefaultlocale(['LANGUAGE'])
('en_DK', 'ISO8859-1')

'en_DK' was added in issue20079.

----------
nosy: +serhiy.storchaka
status: open -> pending

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

Reply via email to