commit | c5eec0e387f3159288195ea8462345a9738d9a9d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:11:49 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 05 20:11:49 2012 +0200 |
tree | 0412053fe88b069308c05f50b0c70e705e7ea5b6 | |
parent | 80f4553d56e88c002a0085afdc8a33b9d0bf0202 [diff] [blame] |
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.
diff --git a/Misc/ACKS b/Misc/ACKS index 2a93d66..87200ec 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -602,6 +602,7 @@ Paul Moore Derek Morr James A Morrison +Alessandro Moura Pablo Mouzo Ruslan Mstoi Sjoerd Mullender