commit | d42c1d09e99d74f6b411bdb1d3c8b9a648dd6a79 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 21:50:21 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 21:50:21 2011 +0200 |
tree | ad9943d40fcf0ab23ae4d5ddeaacb71afab0d433 | |
parent | f23339a7bb9d9fe977de6d90c64e3c9a27e6b00b [diff] | |
parent | e96ec6810184f5daacb2d47ab8801365c99bb206 [diff] |
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without a read1() method), and add a *write_through* parameter to mandate unbuffered writes.