[issue21057] TextIOWrapper does not support reading bytearrays or memoryviews

Roundup Robot report at bugs.python.org
Tue Apr 29 10:27:25 CEST 2014


Roundup Robot added the comment:

New changeset 2a1d63f09560 by Antoine Pitrou in branch 'default':
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).
http://hg.python.org/cpython/rev/2a1d63f09560

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21057>
_______________________________________


More information about the Python-bugs-list mailing list