]> granicus.if.org Git - python/commit
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 14 Sep 2012 15:28:10 +0000 (17:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 14 Sep 2012 15:28:10 +0000 (17:28 +0200)
commit1e7ee9dfa0cc5007da1cbc3331b799584af8b680
tree2dc6743ca8f3def1ffbb1eafb5d488322adcd4e2
parente0add764688a3f3237749e0c2830b669d2c76ca0
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed.
Patch by Alessandro Moura.
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS