This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients James Hennessy, martin.panter, methane, r.david.murray, serhiy.storchaka
Date 2019-03-28.11:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553771504.4.0.39289329165.issue26730@roundup.psfhosted.org>
In-reply-to
Content
Getting rid of StringIO seems better approach to me.
.tell(), .seek(), and .truncate() behaviors are very different between
StringIO and TextIOWrapper.
History
Date User Action Args
2019-03-28 11:11:44methanesetrecipients: + methane, r.david.murray, martin.panter, serhiy.storchaka, James Hennessy
2019-03-28 11:11:44methanesetmessageid: <1553771504.4.0.39289329165.issue26730@roundup.psfhosted.org>
2019-03-28 11:11:44methanelinkissue26730 messages
2019-03-28 11:11:44methanecreate