Kaydet (Commit) 2ec80faa authored tarafından Fred Drake's avatar Fred Drake

Clean up the temporary file when done with it.

üst dce56418
import os
from test_support import TESTFN
from UserList import UserList
......@@ -43,3 +45,5 @@ except TypeError:
else:
print "writelines accepted sequence of non-string objects"
f.close()
os.unlink(TESTFN)
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