Message407816
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') |
|
Date |
User |
Action |
Args |
2021-12-06 14:33:45 | iritkatriel | set | recipients:
+ iritkatriel, roysmith, pitrou, dstanek, eric.araujo, r.david.murray, jesstess, thomas.holmes, elesbom, hynek, yselivanov |
2021-12-06 14:33:45 | iritkatriel | set | messageid: <1638801225.02.0.507407018694.issue7325@roundup.psfhosted.org> |
2021-12-06 14:33:45 | iritkatriel | link | issue7325 messages |
2021-12-06 14:33:44 | iritkatriel | create | |
|