]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes for str/uni/bytes for gettext.py. test_gettext.py passes.
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 08:04:06 +0000 (08:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2007 08:04:06 +0000 (08:04 +0000)
commit652f446d4212bbfcd5a50c5250ab280f3d969db5
tree6e0068c796175065a943b95d8cf1e4d236d80b0b
parent076da0957b1af50cccf40ec5c60742212b4a1f90
Fixes for str/uni/bytes for gettext.py.  test_gettext.py passes.
Fix by Christian Heimes, SF# 1751958, who writes:

  I tested the fixes with the Zope3 zope.app.locales packages.
  The mo files are loaded and parsed w/o any problem.
  The translation with gettext.gettext is working as expected.
Lib/gettext.py