Kaydet (Commit) 8ff764f1 authored tarafından 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.
üst 60e7330f
...@@ -91,5 +91,6 @@ def dotest(): ...@@ -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()
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