]> granicus.if.org Git - python/commit
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:25:53 +0000 (00:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:25:53 +0000 (00:25 +0200)
commitb89b31a1588b78f9c08ed8b4f5519571c2a44a42
treeb0b6151b7bb16c5835fc0049b02e140931365532
parent30536d1b77f78a049621d0fee873324be95b393a
parent00dd182b8ec1629a35cb6e9d551dedff6b7149f7
Issue #12062: 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