]> granicus.if.org Git - python/commit
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:31:52 +0000 (00:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:31:52 +0000 (00:31 +0200)
commitee46a7bf9cf60a318d868c5a4c55ee5020c416d4
treeb9cf21311638e6cb05073e5678be288b68e09617
parent073070629bfd8162bf969da961e929366d1d8f7c
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
type of I/O sequence on a file opened in read+write mode (namely: reading,
seeking a bit forward, writing, then seeking before the previous write but
still within buffered data, and writing again).
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c