[New-bugs-announce] [issue36309] Remove tempfile.mktemp()

John Hagen report at bugs.python.org
Fri Mar 15 20:49:05 EDT 2019


New submission from John Hagen <johnthagen at gmail.com>:

tempfile.mktemp has been deprecated since Python 2.3 and has security concerns attached to it. Is it time that this is finally removed?

https://docs.python.org/3/library/tempfile.html#tempfile.mktemp

----------
components: Library (Lib)
messages: 338046
nosy: John Hagen
priority: normal
severity: normal
status: open
title: Remove tempfile.mktemp()
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list