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 barry
Recipients barry
Date 2010-04-15.14:28:11
SpamBayes Score 0.047927354
Marked as misclassified No
Message-id <1271341694.43.0.480005164083.issue8409@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-15 14:28:14barrysetrecipients: + barry
2010-04-15 14:28:14barrysetmessageid: <1271341694.43.0.480005164083.issue8409@psf.upfronthosting.co.za>
2010-04-15 14:28:12barrylinkissue8409 messages
2010-04-15 14:28:11barrycreate