[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

R. David Murray report at bugs.python.org
Tue Apr 10 15:42:47 CEST 2012


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

Well, fixing NamedTemporaryFile in either of the ways we've discussed isn't going to fix people writing non-portable code.  A unix coder isn't necessarily going to close the file before reading it.  However, it would at least significantly increase the odds that the code would be portable, while the current situation *ensures* that the code is not portable.

----------

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


More information about the Python-bugs-list mailing list