Irit Katriel <[email protected]> added the comment:
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') ---------- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue7325> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
