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 eric.araujo
Recipients ajaksu2, chrysn, eric.araujo, jjinux, loewis, tarek
Date 2010-10-22.15:48:05
SpamBayes Score 0.0001006712
Marked as misclassified No
Message-id <1287762488.08.0.7420548647.issue1649329@psf.upfronthosting.co.za>
In-reply-to
Content
The specific problem of gettext+eggs seems to be solved by this project: https://pypi.python.org/pypi/EggTranslations/

Since the egg format is not retained in distutils2, I don’t think any support for it should be added in the stdlib.

FWIW, I like the use of file-like objects to build Translation instances.  It’s easier to specify than a VFS and very versatile.
History
Date User Action Args
2010-10-22 15:48:08eric.araujosetrecipients: + eric.araujo, loewis, ajaksu2, jjinux, tarek, chrysn
2010-10-22 15:48:08eric.araujosetmessageid: <1287762488.08.0.7420548647.issue1649329@psf.upfronthosting.co.za>
2010-10-22 15:48:06eric.araujolinkissue1649329 messages
2010-10-22 15:48:06eric.araujocreate