Jonathan Giddy write:

In test_cpickle.py, the module os got imported, but the line to remove
the temp file has gone missing.
This commit is contained in:
Guido van Rossum 1999-04-01 15:32:30 +00:00
parent 60e7330fee
commit 8ff764f113
1 changed files with 1 additions and 0 deletions

View File

@ -91,5 +91,6 @@ def dotest():
pass pass
else: else:
print "load from closed file should raise IOError" print "load from closed file should raise IOError"
os.remove(fn)
dotest() dotest()