]> granicus.if.org Git - python/commitdiff
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:16:28 +0000 (00:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:16:28 +0000 (00:16 +0200)
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).

1  2 
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c

Simple merge
diff --cc Misc/NEWS
Simple merge
Simple merge