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