[issue2717] tempfile.mkstempf
Skip Montanaro
report at bugs.python.org
Tue Apr 29 15:55:24 CEST 2008
Skip Montanaro <skip at pobox.com> added the comment:
Nick> What does this offer over using NamedTemporaryFile(delete=False)?
Nothing I suppose. I wasn't aware of the similarity of the two (I always
use mkstemp()) or the delete arg to NamedTemporaryFile, and assumed Guido's
complaint about mkstemp's shortcoming indicated that the functionality he
desired didn't exist.
Skip
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2717>
__________________________________
More information about the Python-bugs-list
mailing list