[issue1649329] Extract file-finding and language-handling code from gettext.find

2017-09-27 Thread Éric Araujo
Éric Araujo added the comment: Reopening. Eggs are still not officially blessed, but zipapps are. -- resolution: rejected -> stage: resolved -> status: closed -> open versions: +Python 3.7 -Python 3.2 ___ Python tracker

[issue1649329] Extract file-finding and language-handling code from gettext.find

2017-09-27 Thread Gregory P. Smith
Gregory P. Smith added the comment: FYI - We run into this problem getting things using gettext for i18n within a hermetic zipped up Python application at work. I'm not reopening it as I have nothing new to propose right now, but figured I'd drop a note that it does seem

[issue1649329] Extract file-finding and language-handling code from gettext.find

2011-02-16 Thread Shannon -jj Behrens
Shannon -jj Behrens jji...@users.sourceforge.net added the comment: The more I think about this, the more I think we should just drop it. * The easiest way around my original problem was to not install the eggs in zipped format. That's easy. Just mark the egg as not zip safe. * I don't

[issue1649329] Extract file-finding and language-handling code from gettext.find

2011-02-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Fine, let’s close this then. Don’t hesitate to propose a patch for another bug report or feature request if you get enough free time someday :) -- resolution: - rejected stage: patch review - committed/rejected status: open - closed

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-30 Thread Shannon -jj Behrens
Shannon -jj Behrens jji...@users.sourceforge.net added the comment: Sorry, I just had a baby on Saturday. Hence, I'm a bit late getting to this. It might take me a couple weeks. -- ___ Python tracker rep...@bugs.python.org

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-30 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Congratulations. Take the time you’ll need, if this doesn’t go into 3.2 it’ll just be in 3.3. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1649329

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-25 Thread Shannon -jj Behrens
Shannon -jj Behrens jji...@users.sourceforge.net added the comment: OTOH maybe a lightweight ABC with mixin methods and a concrete implementation of the full gettext logic may be clear and educational here. Shannon, if you’re still getting those emails, what do you think? Yep, that'd be

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-25 Thread Shannon -jj Behrens
Shannon -jj Behrens jji...@users.sourceforge.net added the comment: Although, perhaps this bug is going away. It seems like using zip files for eggs is going out of vogue. -- ___ Python tracker rep...@bugs.python.org

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-25 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Would you like to propose a patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1649329 ___

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-25 Thread Shannon -jj Behrens
Shannon -jj Behrens jji...@users.sourceforge.net added the comment: I've never managed to get a patch into Python, but I wouldn't mind trying ;) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1649329

[issue1649329] Extract file-finding and language-handling code from gettext.find

2010-11-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Barry said in http://mail.python.org/pipermail/python-dev/2009-March/087847.html : The class-based API for gettext takes streams, so resource_stream() would work just fine. I think i18n plugins for Python do not necessarily need to use