[issue28867] NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile)

R. David Murray report at bugs.python.org
Sun Dec 4 15:45:28 EST 2016


R. David Murray added the comment:

The point of ResourceWarning it tell you when you are depending on destructors for cleanup, so this does look like a bug.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list