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