Kyle Roberts added the comment:

I think `copy_from` should be included for mkstemp as well. It provides similar 
functionality to TemporaryFile and NamedTemporaryFile, but it doesn't delete 
the temp file on close as the other two do by default. Thoughts?

----------

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

Reply via email to