]> granicus.if.org Git - python/commitdiff
UnicodeTranslationsTest.setUp(): Removed the coerce flag to the
authorBarry Warsaw <barry@python.org>
Thu, 24 Apr 2003 18:08:13 +0000 (18:08 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 24 Apr 2003 18:08:13 +0000 (18:08 +0000)
GNUTranslations constructor.

Lib/test/test_gettext.py

index fc3b94167c5bea4f0f1839f0b27ac8d1b827f3cf..81a20811613ecc8cd6c6d6666c5fed58f5f7a2e4 100644 (file)
@@ -274,7 +274,7 @@ class UnicodeTranslationsTest(GettextBaseTest):
         GettextBaseTest.setUp(self)
         fp = open(UMOFILE, 'rb')
         try:
-            self.t = gettext.GNUTranslations(fp, coerce=True)
+            self.t = gettext.GNUTranslations(fp)
         finally:
             fp.close()
         self._ = self.t.ugettext