]> 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:11:49 +0000 (20:11 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Sep 2012 18:11:49 +0000 (20:11 +0200)
commit1d857453b7065dafdc34a72c1bbb2a993782b383
treee1ba8cd8fd1fb6d2b811e96632e8efefa97a2d51
parent397e5c98bc27416fe8a407e39e4c5aa4baf94423
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