This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dsegan
Recipients barry, dsegan, eric.araujo, lemburg, loewis, rpetrov
Date 2011-09-01.09:11:11
SpamBayes Score 9.254721e-05
Marked as misclassified No
Message-id <1314868272.36.0.532060153467.issue8409@psf.upfronthosting.co.za>
In-reply-to
Content
I believe it's invalid. GNU gettext itself doesn't honor the LOCPATH variable, LOCPATH is basically used by GNU libc for pointing to locale data. Even though this also includes LC_MESSAGES, gettext has never used it afaik.

If it's not invalid (iow, gettext should use it), it'd first need to be fixed upstream in GNU gettext.

FWIW, I've grepped for any occurrence of LOCPATH in upstream gettext git tree and it returned zero results.
History
Date User Action Args
2011-09-01 09:11:12dsegansetrecipients: + dsegan, lemburg, loewis, barry, eric.araujo, rpetrov
2011-09-01 09:11:12dsegansetmessageid: <1314868272.36.0.532060153467.issue8409@psf.upfronthosting.co.za>
2011-09-01 09:11:11dseganlinkissue8409 messages
2011-09-01 09:11:11dsegancreate