commit | b8503896ade8feab60406f616ed0b568cded43ff | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 29 10:14:02 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 29 10:14:02 2014 +0200 |
tree | 13331276fe108c79334cdd7dd511fbaedb6d9a60 | |
parent | 92c4d4532662f2a584ecf5c14b8d692159cfd08c [diff] |
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.