James Hennessy <jhennes...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue26730>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to