commit | 37a89334da1fbe5b30f5a03a97b8f8c2a59adc1b | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Nov 06 04:09:29 2010 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Sat Nov 06 04:09:29 2010 +0000 |
tree | 7b346b5b1567d6c1fc96297fa32f4017597597a9 | |
parent | 70ec44a7739e67dbdaa8ab9b0a59a9444153112a [diff] |
Fix caching error found by regrtest -R (#10229)
diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py index 69ffcb7..634c607 100644 --- a/Lib/test/test_gettext.py +++ b/Lib/test/test_gettext.py
@@ -75,6 +75,7 @@ fp.close() self.env = support.EnvironmentVarGuard() self.env['LANGUAGE'] = 'xx' + gettext._translations.clear() def tearDown(self): self.env.__exit__()