Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ff764f

Browse files
committed
Jonathan Giddy write:
In test_cpickle.py, the module os got imported, but the line to remove the temp file has gone missing.
1 parent 60e7330 commit 8ff764f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_cpickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,6 @@ def dotest():
9191
pass
9292
else:
9393
print "load from closed file should raise IOError"
94+
os.remove(fn)
9495

9596
dotest()

0 commit comments

Comments
 (0)