commit | 38ca5a7b6d7744cae586c824159d1a4be791cd89 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 09 00:31:32 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 09 00:31:32 2014 +0200 |
tree | e2671a465d02bfd41d95b29a0cef62db05212590 | |
parent | d30b022b5ea1b73595b330d9d4aba36aa0ebdd29 [diff] | |
parent | c644e7c39f7adf0ed783e128b0278665133bf523 [diff] |
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.