]> granicus.if.org Git - python/commit
#2512 implement the 3.0 gettext API
authorBenjamin Peterson <benjamin@python.org>
Mon, 14 Jul 2008 14:32:15 +0000 (14:32 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 14 Jul 2008 14:32:15 +0000 (14:32 +0000)
commit801844d6fc8b48cfa969dd2573bd522a2b26f974
treeb792e1b3b54ed2dd3386e0ff58ffb3c9ef1d9d02
parentfbe94c55ca482bc30a831f8319bdc2074124a4e3
#2512 implement the 3.0 gettext API

All the u* gettext variants were renamed to their
none u* variants, since there's no point in translating
to byte strings. I also killed off the unicode parameters
for install
Doc/library/gettext.rst
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS