[issue21057] TextIOWrapper does not support reading bytearrays or memoryviews

Serhiy Storchaka report at bugs.python.org
Tue Mar 25 21:39:58 CET 2014


Serhiy Storchaka added the comment:

read1() should return bytes. MyByteStream doesn't implement the io.BufferedIOBase interface.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list