]> granicus.if.org Git - python/commit
Patch #1349274: gettext.install() now optionally installs additional
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:26:36 +0000 (13:26 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:26:36 +0000 (13:26 +0000)
commit602b9ba6b37c4ac4ed445f8c9e9dccd68d631899
tree576f560d4ba24b2c975d35a7718ca1c5a2cfbf57
parente466217ab954c5a53fc2e0b78876385362120900
Patch #1349274: gettext.install() now optionally installs additional
translation functions other than _() in the builtin namespace.
Doc/lib/libgettext.tex
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS