[issue18217] Deprecate and remove gettext.install

R. David Murray report at bugs.python.org
Fri Jun 14 23:55:54 CEST 2013


R. David Murray added the comment:

Which is what Barry's library does.

But rather than just deprecating install, I think we should fix the module so that it supports this directly.  That could be as simple as adding a dynamic translations class.

What does library code that wants to provide internationalization do, though?  Right now they could just use _, and tell library users they need to call gettext.install in their application.  Is there some other technique that is currently used?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18217>
_______________________________________


More information about the Python-bugs-list mailing list