[issue26385] the call of tempfile.NamedTemporaryFile fails and leaves a file on the disk

STINNER Victor report at bugs.python.org
Fri Feb 19 22:05:18 EST 2016


STINNER Victor added the comment:

I prefer "except:" over "except BaseException:". What is the benefit
of passing explicitly BaseException?

----------

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


More information about the Python-bugs-list mailing list