[New-bugs-announce] [issue8409] gettext should honor $LOCPATH environment variable

Barry A. Warsaw report at bugs.python.org
Thu Apr 15 16:28:14 CEST 2010


New submission from Barry A. Warsaw <barry at python.org>:

LOCPATH is an environment variable recognized by locale(1)

http://man.he.net/?topic=locale&section=all

gettext.find() should probably consult $LOCPATH and use that for localedir if the argument is not given.

----------
assignee: barry
components: Library (Lib)
keywords: easy
messages: 103220
nosy: barry
priority: normal
severity: normal
status: open
title: gettext should honor $LOCPATH environment variable
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

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


More information about the New-bugs-announce mailing list