]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 19:50:21 +0000 (21:50 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jul 2011 19:50:21 +0000 (21:50 +0200)
commitd42c1d09e99d74f6b411bdb1d3c8b9a648dd6a79
treead9943d40fcf0ab23ae4d5ddeaacb71afab0d433
parentf23339a7bb9d9fe977de6d90c64e3c9a27e6b00b
parente96ec6810184f5daacb2d47ab8801365c99bb206
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.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c