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 iritkatriel
Recipients dstanek, elesbom, eric.araujo, hynek, iritkatriel, jesstess, pitrou, r.david.murray, roysmith, thomas.holmes, yselivanov
Date 2021-12-06.14:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638801225.02.0.507407018694.issue7325@roundup.psfhosted.org>
In-reply-to
Content
It's still the same in 3.11. I don't know whether this is something to fix in the code or in the docs.

>> import tempfile
>>> tempfile.mkdtemp(dir='.')
'./tmplvkt14za'
>>> tempfile.mkstemp(dir='.')
(3, '/Users/iritkatriel/src/cpython/tmp86ljh34k')
History
Date User Action Args
2021-12-06 14:33:45iritkatrielsetrecipients: + iritkatriel, roysmith, pitrou, dstanek, eric.araujo, r.david.murray, jesstess, thomas.holmes, elesbom, hynek, yselivanov
2021-12-06 14:33:45iritkatrielsetmessageid: <1638801225.02.0.507407018694.issue7325@roundup.psfhosted.org>
2021-12-06 14:33:45iritkatriellinkissue7325 messages
2021-12-06 14:33:44iritkatrielcreate