]> granicus.if.org Git - python/commit
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 19:46:35 +0000 (21:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 19:46:35 +0000 (21:46 +0200)
commite96ec6810184f5daacb2d47ab8801365c99bb206
tree39473d0363b97a0f92fa50e512125041cecc6296
parentce7e51e8f615e6bc7dec1b33b23b1414c6dc27ea
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.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c