Merged revisions 86239,86241 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86239 | eric.araujo | 2010-11-06 05:09:29 +0100 (sam., 06 nov. 2010) | 2 lines Fix caching error found by regrtest -R (#10229) ........ r86241 | eric.araujo | 2010-11-06 05:24:00 +0100 (sam., 06 nov. 2010) | 2 lines Add missing NEWS entry for r86239. ........
This commit is contained in:
parent
c6d7ead095
commit
1c1340b30a
|
@ -75,6 +75,7 @@ class GettextBaseTest(unittest.TestCase):
|
|||
fp.close()
|
||||
self.env = support.EnvironmentVarGuard()
|
||||
self.env['LANGUAGE'] = 'xx'
|
||||
gettext._translations.clear()
|
||||
|
||||
def tearDown(self):
|
||||
self.env.__exit__()
|
||||
|
|
Loading…
Reference in New Issue