From: Barry Warsaw Date: Fri, 25 Aug 2000 19:53:51 +0000 (+0000) Subject: Group consensus is that supporting alternative locale categories is X-Git-Tag: v2.0b1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dce09da610941d56b9392cb77a87fccfd58083c;p=thirdparty%2FPython%2Fcpython.git Group consensus is that supporting alternative locale categories is useless. So the test of the dcgettext() function is removed. --- diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index 465030b068a9..5006fff12a79 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py @@ -43,12 +43,6 @@ gettext message catalog library.''') print gettext.dgettext('gettext', 'nudge nudge') - # dcgettext - ##import locale - ##if gettext.dcgettext('gettext', 'nudge nudge', - ## locale.LC_MESSAGES) <> 'wink wink': - ## print _('dcgettext failed') - # test the alternative interface fp = open(os.path.join(mofile), 'rb') t = gettext.GNUTranslations(fp)