]> granicus.if.org Git - python/commit
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 8 May 2014 22:24:50 +0000 (00:24 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 8 May 2014 22:24:50 +0000 (00:24 +0200)
commitc644e7c39f7adf0ed783e128b0278665133bf523
tree85a2c3c546b5b9f3c189ef45d4c6b5b932af7d60
parenta83ade1d60a18d7cf2f96f9e059947a770c491ee
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
Lib/test/test_subprocess.py
Misc/ACKS
Misc/NEWS
Modules/_io/textio.c