[issue1539381] Add readinto method to StringIO and cStringIO
Alan Justino
report at bugs.python.org
Tue Jul 24 15:07:02 EDT 2018
Alan Justino <alan.justino at yahoo.com.br> added the comment:
It affects SpooledTemporaryFile too. Because it switches between StringIO, BytesIO and TemporaryFile internally. Only StringIO have not this interface.
Discovered trying to `pickle.load` a remote storage file.
Please reopen.
----------
nosy: +alanjds
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue1539381>
_______________________________________
More information about the Python-bugs-list
mailing list