commit | 0d739d70471cafdea04d9624cbfb7895b7d1b566 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 05 23:01:12 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 05 23:01:12 2010 +0000 |
tree | c8a04ae9f5b648613d724b4497c1fac3986f48fd | |
parent | bad092556e12e8b2cf5976718cda902bef66b3f4 [diff] |
Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an unsupported operation is attempted (for example, writing to a file open only for reading).