diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-09-05 18:11:49 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-09-05 18:11:49 (GMT) |
commit | c5eec0e387f3159288195ea8462345a9738d9a9d (patch) | |
tree | 0412053fe88b069308c05f50b0c70e705e7ea5b6 /Misc/ACKS | |
parent | 80f4553d56e88c002a0085afdc8a33b9d0bf0202 (diff) | |
download | cpython-c5eec0e387f3159288195ea8462345a9738d9a9d.zip cpython-c5eec0e387f3159288195ea8462345a9738d9a9d.tar.gz cpython-c5eec0e387f3159288195ea8462345a9738d9a9d.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -602,6 +602,7 @@ Skip Montanaro Paul Moore Derek Morr James A Morrison +Alessandro Moura Pablo Mouzo Ruslan Mstoi Sjoerd Mullender |