[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

R. David Murray report at bugs.python.org
Tue Apr 10 14:18:29 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

"delete_after" what? I know it is somewhat implicit in the fact that it is a context manager call, but that is not the only context the method name will be seen in. (eg: 'dir' list of methods, doc index, etc).  Even as a context manager my first thought in reading it was "delete after what?", and then I went, "oh, right".

How about "delete_on_exit"?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14243>
_______________________________________


More information about the Python-bugs-list mailing list