This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wyz23x2
Recipients ZackerySpytz, wyz23x2
Date 2020-02-27.05:57:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582783042.75.0.977290341498.issue39768@roundup.psfhosted.org>
In-reply-to
Content
(c)
from tempfile import mktemp
# do something...
path = mktemp()
# do something... (the "path" var is not used at all)

## No Warning
History
Date User Action Args
2020-02-27 05:57:22wyz23x2setrecipients: + wyz23x2, ZackerySpytz
2020-02-27 05:57:22wyz23x2setmessageid: <1582783042.75.0.977290341498.issue39768@roundup.psfhosted.org>
2020-02-27 05:57:22wyz23x2linkissue39768 messages
2020-02-27 05:57:22wyz23x2create