New submission from Francis Moreau:
On Archlinux:
$ python2.7 -c 'import platform; print(platform.linux_distribution())'
('', '', '')
This is because Archlinux is not part of the '_supported_dists' list.
Could Archlinux be added to this li
Changes by Francis Moreau :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue20454>
___
___
Python-bugs-list mailing list
Unsubscrib
Francis Moreau added the comment:
Sorry for reopening this bug, but I agree with the OP, and I can still see the
exact same behaviour on python 2.7.6 (archlinux).
At least, the documentation should clarify that doing "for line in file" is not
strictly equivalent to the &quo
New submission from Francis Moreau:
It seems that gettext.install() uses environment variables such as LANGUAGE, to
find out which language it should use to find the translation file.
This means that any local settings done by setlocale() previoulsy are ignored.
I don't think it'