We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbf8cb commit 7501756Copy full SHA for 7501756
Doc/library/tempfile.rst
@@ -62,6 +62,9 @@ The module defines the following user-callable items:
62
The :py:data:`os.O_TMPFILE` flag is used if it is available and works
63
(Linux-specific, requires Linux kernel 3.11 or later).
64
65
+ On platforms that are neither Posix nor Cygwin, TemporaryFile is an alias
66
+ for NamedTemporaryFile.
67
+
68
.. audit-event:: tempfile.mkstemp fullpath tempfile.TemporaryFile
69
70
.. versionchanged:: 3.5
0 commit comments