]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Apr 2014 08:14:02 +0000 (10:14 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Apr 2014 08:14:02 +0000 (10:14 +0200)
commitb8503896ade8feab60406f616ed0b568cded43ff
tree13331276fe108c79334cdd7dd511fbaedb6d9a60
parent92c4d4532662f2a584ecf5c14b8d692159cfd08c
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview).

Patch by Nikolaus Rath.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c