Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
components:  -Distutils
stage: unit test needed -> patch review
title: gettext.py incompatible with eggs -> Support for non-filesystem-based 
catalogs in gettext
versions: +Python 3.2 -Python 2.7, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1649329>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to