Skip to content

Commit 2365693

Browse files
committed
Document change
1 parent 2fc9fab commit 2365693

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/tempfile.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ The module defines the following user-callable items:
239239
.. versionchanged:: 3.6
240240
The *dir* parameter now accepts a :term:`path-like object`.
241241

242+
.. versionchanged:: 3.12 :func:`mkdtemp` now always returns an absolute
243+
path, even if *dir* is relative.
244+
242245

243246
.. function:: gettempdir()
244247

0 commit comments

Comments
 (0)