]> granicus.if.org Git - python/commit
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Sep 2012 18:13:48 +0000 (20:13 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Sep 2012 18:13:48 +0000 (20:13 +0200)
commit11946fbe804d99d26724e65dcb061cda6666c4e9
tree33d3fac84bc13fdc95c9de2943d10641fe097a21
parente8677c038f94795f54de324e5d9235636c92afa0
parent1d857453b7065dafdc34a72c1bbb2a993782b383
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.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/ACKS
Misc/NEWS
Modules/_io/bytesio.c
Modules/_io/stringio.c