[issue39768] remove tempfile.mktemp()

wyz23x2 report at bugs.python.org
Thu Feb 27 00:57:22 EST 2020


wyz23x2 <wyz23x2 at 163.com> added the comment:

(c)
from tempfile import mktemp
# do something...
path = mktemp()
# do something... (the "path" var is not used at all)

## No Warning

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39768>
_______________________________________


More information about the Python-bugs-list mailing list