Issue #21057: TextIOWrapper now allows the underlying binary stream's read()...
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.
Showing
Please register or sign in to comment