commit | 11946fbe804d99d26724e65dcb061cda6666c4e9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:13:48 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:13:48 2012 +0200 |
tree | 33d3fac84bc13fdc95c9de2943d10641fe097a21 | |
parent | e8677c038f94795f54de324e5d9235636c92afa0 [diff] | |
parent | 1d857453b7065dafdc34a72c1bbb2a993782b383 [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.