[issue17673] add `copy_from` argument to temporaryfile

Kyle Roberts report at bugs.python.org
Mon Apr 15 17:25:12 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17673>
_______________________________________


More information about the Python-bugs-list mailing list