From: Bruno Haible Date: Tue, 13 Jul 2004 16:07:05 +0000 (+0000) Subject: A Python bug was fixed. X-Git-Tag: v0.14.2~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdae60fdd59c3f326e1aae430170d864cef49a3c;p=thirdparty%2Fgettext.git A Python bug was fixed. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index efc9c347b..98d1286dc 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-07-13 Bruno Haible + + * gettext.texi (Python): Remove mention of a bug that was fixed in + Python 2.3.x. + Reported by Karl Chen . + 2004-02-27 Bruno Haible * gettext.texi (Plural forms): Add info about Serbian. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 003c0a530..63f06831f 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -8069,7 +8069,7 @@ not used by the gettext emulation @code{import gettext} @item Use or emulate GNU gettext -emulate. Bug: uses only the first found .mo file, not all of them +emulate @item Extractor @code{xgettext}