Issue #7640: In the new `io` module, fix relative seek() for buffered
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 May 2010 20:33:07 +0000 (20:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 15 May 2010 20:33:07 +0000 (20:33 +0000)
commitc400610321dcd16bff1e45ecb72a51244d43fbac
tree07a476a4be7d7eacf4fd8d25bb4d3faa96cf9a0a
parent6f1cfc1c12ce2bad4241dae14860acba7d4b294b
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.
Lib/io.py
Lib/test/test_io.py
Misc/NEWS