Commit c2faa5b3 authored by Antoine Pitrou's avatar Antoine Pitrou

Merge

parents 50750747 3f4ce635
......@@ -979,6 +979,7 @@ class BuiltinTest(unittest.TestCase):
self.assertEqual(fp.encoding, current_locale_encoding)
finally:
fp.close()
unlink(TESTFN)
finally:
os.environ.clear()
os.environ.update(old_environ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment