commit | 1e7ee9dfa0cc5007da1cbc3331b799584af8b680 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 14 17:28:10 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Sep 14 17:28:10 2012 +0200 |
tree | 2dc6743ca8f3def1ffbb1eafb5d488322adcd4e2 | |
parent | e0add764688a3f3237749e0c2830b669d2c76ca0 [diff] |
Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. Patch by Alessandro Moura.