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 loewis
Recipients
Date 2007-02-06.19:43:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I fail to see the bug. gettext.find behaves as specified; if you want something else, don't use that function.

If you want to load a .mo file from a zip file, you should be able to create a GNUTranslation object directly, from a file-like object.

I don't think that gettext should support eggs directly. If you want it to do things other than loading from file systems, you should generalize that appropriately. One appropriate generalization could be the introduction of a directory-like object, where you can do .exists(relpath), and .open(relpath). However, introduction of directory-like objets is PEP material.

Reclassifying this as a feature request.
History
Date User Action Args
2007-08-23 16:12:30adminlinkissue1649329 messages
2007-08-23 16:12:30admincreate