mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
60e7330fee
commit
8ff764f113
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ def dotest():
|
|||
pass
|
||||
else:
|
||||
print "load from closed file should raise IOError"
|
||||
os.remove(fn)
|
||||
|
||||
dotest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue