wyz23x2 <wyz2...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39768>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to