[New-bugs-announce] [issue2504] Add gettext.pgettext() and variants support

Pierre Metras report at bugs.python.org
Sat Mar 29 03:10:24 CET 2008


New submission from Pierre Metras <genepi at sympatico.ca>:

Please add support for pgettext(msgctxt, msgid) and variants (dpgettext,
dcpgettext...) in the gettext module.

I will not rephrase the justification for these functions and why
contexts are essential for good localization:
http://www.gnu.org/software/gettext/manual/gettext.html#Contexts

----------
components: Extension Modules
messages: 64675
nosy: genepi
severity: normal
status: open
title: Add gettext.pgettext() and variants support
type: feature request
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2504>
__________________________________


More information about the New-bugs-announce mailing list