Staging
v0.5.1
https://github.com/python/cpython
Revision ee46a7bf9cf60a318d868c5a4c55ee5020c416d4 authored by Antoine Pitrou on 12 May 2011, 22:31:52 UTC, committed by Antoine Pitrou on 12 May 2011, 22:31:52 UTC
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).
1 parent 0730706
History
Tip revision: ee46a7bf9cf60a318d868c5a4c55ee5020c416d4 authored by Antoine Pitrou on 12 May 2011, 22:31:52 UTC
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
Tip revision: ee46a7b

README

back to top