[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

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


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

By the way, I still think it would be nicer just to have the context manager work as expected with delete=True (ie: doesn't delete until the end of the context manager, whether the file is closed or not).  I'm OK with being voted down on that, though.

----------

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


More information about the Python-bugs-list mailing list