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