[issue1649329] Support for non-filesystem-based catalogs in gettext

Éric Araujo report at bugs.python.org
Fri Oct 22 17:48:08 CEST 2010


Éric Araujo <merwok at 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 <report at bugs.python.org>
<http://bugs.python.org/issue1649329>
_______________________________________


More information about the Python-bugs-list mailing list