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 James Hennessy
Recipients James Hennessy, graham.coster, martin.panter, methane, r.david.murray, serhiy.storchaka
Date 2019-11-26.16:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574785013.52.0.251098868113.issue26730@roundup.psfhosted.org>
In-reply-to
Content
I don't like the idea of using a TemporaryFile right from the beginning in text mode.  You might as well remove text mode support altogether if that's the approach you want to take, since it undoes any potential performance benefit of using SpooledTemporaryFile in the first place.
History
Date User Action Args
2019-11-26 16:16:53James Hennessysetrecipients: + James Hennessy, r.david.murray, methane, martin.panter, serhiy.storchaka, graham.coster
2019-11-26 16:16:53James Hennessysetmessageid: <1574785013.52.0.251098868113.issue26730@roundup.psfhosted.org>
2019-11-26 16:16:53James Hennessylinkissue26730 messages
2019-11-26 16:16:53James Hennessycreate