[New-bugs-announce] [issue39768] remove tempfile.mktemp()

wyz23x2 report at bugs.python.org
Wed Feb 26 21:57:01 EST 2020


New submission from wyz23x2 <wyz23x2 at 163.com>:

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).

----------
components: IO
messages: 362762
nosy: wyz23x2
priority: normal
severity: normal
status: open
title: remove tempfile.mktemp()
type: security
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list