]> granicus.if.org Git - python/commit
Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Sep 2012 18:11:49 +0000 (20:11 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Sep 2012 18:11:49 +0000 (20:11 +0200)
commitc5eec0e387f3159288195ea8462345a9738d9a9d
tree0412053fe88b069308c05f50b0c70e705e7ea5b6
parent80f4553d56e88c002a0085afdc8a33b9d0bf0202
Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
and io.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