commit | c400610321dcd16bff1e45ecb72a51244d43fbac | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat May 15 20:33:07 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat May 15 20:33:07 2010 +0000 |
tree | 07a476a4be7d7eacf4fd8d25bb4d3faa96cf9a0a | |
parent | 6f1cfc1c12ce2bad4241dae14860acba7d4b294b [diff] |
Issue #7640: In the new `io` module, fix relative seek() for buffered readable streams when the internal buffer isn't empty. Patch by Pascal Chambon.