]> granicus.if.org Git - python/commit
Issue #4604: Some objects of the I/O library could still be used after
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 19:54:29 +0000 (19:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 19:54:29 +0000 (19:54 +0000)
commit8043cf868c5fc045f513c02b51c89f313c738246
tree3f80e7cab718afc88120f224aa7e3a3dee313683
parente7bd868429af3e3a1091e2cf83731530561579a1
Issue #4604: Some objects of the I/O library could still be used after
having been closed (for instance, a read() call could return some
previously buffered data). Patch by Dmitry Vasiliev.
Lib/io.py
Lib/test/test_io.py
Misc/NEWS