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 bignose
Recipients bignose, eryksun, ethan.furman, georg.brandl, gumnos, r.david.murray, serhiy.storchaka
Date 2021-03-13.04:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615608501.09.0.0264176826569.issue26362@roundup.psfhosted.org>
In-reply-to
Content
> tempfile.mktemp() still exists and works without raising a deprecation warning. Of course it's still marked as deprecated in the docs.

Right. So, the issue is not resolved: Functionality to create a temporary file path is maintained in the standard library (good) but the public API for it is unsupported.

> Does anyone still want this tempfile.makepath() function?

That's a proposed name. But yes, a supported function in the `tempfile` standard library module, which does what's described in this issue.

> Or can this issue be closed?

The issue remains unresolved. Unless you can point us to something new which resolves this?

So no, while unresolved, this bug report should not be closed.
History
Date User Action Args
2021-03-13 04:08:21bignosesetrecipients: + bignose, georg.brandl, gumnos, r.david.murray, ethan.furman, serhiy.storchaka, eryksun
2021-03-13 04:08:21bignosesetmessageid: <1615608501.09.0.0264176826569.issue26362@roundup.psfhosted.org>
2021-03-13 04:08:21bignoselinkissue26362 messages
2021-03-13 04:08:21bignosecreate