Commit 8ff764f1 authored by Guido van Rossum's avatar Guido van Rossum

Jonathan Giddy write:

In test_cpickle.py, the module os got imported, but the line to remove
the temp file has gone missing.
parent 60e7330f
......@@ -91,5 +91,6 @@ def dotest():
pass
else:
print "load from closed file should raise IOError"
os.remove(fn)
dotest()
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