[issue1539381] Add readinto method to StringIO and cStringIO

Alan Justino report at bugs.python.org
Tue Jul 24 15:45:24 EDT 2018


Alan Justino <alan.justino at yahoo.com.br> added the comment:

Issued a related PR (https://github.com/python/cpython/pull/8451) to allow SpooledTemporaryFile to propagate `readinto` calls to TemporaryFile, BytesIO or StringIO.

Of this ones, only StringIO will fail.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue1539381>
_______________________________________


More information about the Python-bugs-list mailing list