]> 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:30:31 +0000 (17:30 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 14 Sep 2012 15:30:31 +0000 (17:30 +0200)
commit9b1c84b5861bf259e709b56b7a11824b114801c9
tree43c814ceb026d8aff9246d158f9e238956497b6d
parent8429b6784bd7447055c7880e1b84954cd27bd0a3
parent1e7ee9dfa0cc5007da1cbc3331b799584af8b680
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