From: Antoine Pitrou Date: Thu, 12 May 2011 22:16:28 +0000 (+0200) Subject: Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence X-Git-Tag: v3.2.1rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00dd182b8ec1629a35cb6e9d551dedff6b7149f7;p=thirdparty%2FPython%2Fcpython.git 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). --- 00dd182b8ec1629a35cb6e9d551dedff6b7149f7