]> 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:16:28 +0000 (00:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 May 2011 22:16:28 +0000 (00:16 +0200)
commit00dd182b8ec1629a35cb6e9d551dedff6b7149f7
tree733a51f75a7d40a5d3f395fb609348d0ae4eeb66
parentb00d0c49448c48b6ddbd85f1328edf8794ae20f7
parent7c4048918053e457eadaf76f2a1906d2cff879f2
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