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 martin.panter
Recipients Gary Fernie, martin.panter, terry.reedy
Date 2018-06-09.12:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528547156.25.0.592728768989.issue26175@psf.upfronthosting.co.za>
In-reply-to
Content
I was making suggestions, not demanding anything. Except for the quirk with __del__, Gary’s changes (revision fb28362) look okay to add on their own as a bug fix.

I wouldn’t claim that IOBase is “fully implemented” however, until the return values for “seek” and “truncate” are fixed.

The underlying problem is the original SpooledTemporaryFile imitated Python 2’s file class/type, and wasn’t completely adapted for Python 3’s file classes.
History
Date User Action Args
2018-06-09 12:25:56martin.pantersetrecipients: + martin.panter, terry.reedy, Gary Fernie
2018-06-09 12:25:56martin.pantersetmessageid: <1528547156.25.0.592728768989.issue26175@psf.upfronthosting.co.za>
2018-06-09 12:25:56martin.panterlinkissue26175 messages
2018-06-09 12:25:56martin.pantercreate