mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge
This commit is contained in:
commit
c2faa5b381
1 changed files with 2 additions and 1 deletions
|
@ -979,6 +979,7 @@ class BuiltinTest(unittest.TestCase):
|
||||||
self.assertEqual(fp.encoding, current_locale_encoding)
|
self.assertEqual(fp.encoding, current_locale_encoding)
|
||||||
finally:
|
finally:
|
||||||
fp.close()
|
fp.close()
|
||||||
|
unlink(TESTFN)
|
||||||
finally:
|
finally:
|
||||||
os.environ.clear()
|
os.environ.clear()
|
||||||
os.environ.update(old_environ)
|
os.environ.update(old_environ)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue