[issue26730] SpooledTemporaryFile doesn't correctly preserve data for text (non-binary) SpooledTemporaryFile objects when Unicode characters are written

Inada Naoki report at bugs.python.org
Thu Mar 28 07:11:44 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

Getting rid of StringIO seems better approach to me.
.tell(), .seek(), and .truncate() behaviors are very different between
StringIO and TextIOWrapper.

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list