commit | 1d857453b7065dafdc34a72c1bbb2a993782b383 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:11:49 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:11:49 2012 +0200 |
tree | e1ba8cd8fd1fb6d2b811e96632e8efefa97a2d51 | |
parent | 397e5c98bc27416fe8a407e39e4c5aa4baf94423 [diff] |
Issue #15841: The readable(), writable() and seekable() methods of BytesIO and StringIO objects now raise ValueError when the object has been closed. Patch by Alessandro Moura.