[issue14243] NamedTemporaryFile unusable under Windows

Nick Coghlan report at bugs.python.org
Sat Mar 10 16:03:00 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

What's the proposal here? If delete is True, close() must delete the file. It is not acceptable for close() and __del__() to behave differently.

OTOH, if the proposal is merely to change the way the file is opened on Windows so that it can be opened again without closing it first, that sounds fine.

----------

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


More information about the Python-bugs-list mailing list