]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 8 May 2014 22:31:32 +0000 (00:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 8 May 2014 22:31:32 +0000 (00:31 +0200)
commit38ca5a7b6d7744cae586c824159d1a4be791cd89
treee2671a465d02bfd41d95b29a0cef62db05212590
parentd30b022b5ea1b73595b330d9d4aba36aa0ebdd29
parentc644e7c39f7adf0ed783e128b0278665133bf523
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream.

Patch by akira.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c