commit | bf009f0bceb9057a44e30b1b397163663ec69634 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 04 12:28:52 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 04 12:28:52 2011 +0200 |
tree | d89e05dcf2c20ee6bd1b76ffa7d869f1949d52d3 | |
parent | 5b99df68b08dc992a1b0b7784ce9f5410ecb8028 [diff] | |
parent | 0fc80c0d5a76ed59f3db0b3f15e1e37ccc127ffb [diff] |
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John OConnor.