]> granicus.if.org Git - python/commit
Add proper tests for closed files to various I/O operations,
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 09:12:49 +0000 (09:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 09:12:49 +0000 (09:12 +0000)
commit4b5386f3982b86817cfe42dbedfaf0c04d0e443f
treec6c73336f78929f1ac300579d72ef82744375434
parent2b6a97e69cd33ac7389b0e42c243b47e3d23f2fb
Add proper tests for closed files to various I/O operations,
restoring a disabled test.
This was necessary to make test_pickle.py pass.
Lib/io.py
Lib/test/test_file.py