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 wyz23x2
Date 2020-02-27.03:02:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582772535.88.0.337380735448.issue39768@roundup.psfhosted.org>
In-reply-to
Content
A small typo in the 1st comment:
The tempfile.mktemp() function was deprecated since version 2.3; it's long ago (nearly 17 years!). It should be removed since it causes security holes, as stated in the tempfile doc (https://docs.python.org/3/library/tempfile.html#tempfile.mktemp).
History
Date User Action Args
2020-02-27 03:02:15wyz23x2setrecipients: + wyz23x2
2020-02-27 03:02:15wyz23x2setmessageid: <1582772535.88.0.337380735448.issue39768@roundup.psfhosted.org>
2020-02-27 03:02:15wyz23x2linkissue39768 messages
2020-02-27 03:02:15wyz23x2create