Thanks to visit codestin.com Credit goes to github.com
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 2c228a7 commit 53ecf9eCopy full SHA for 53ecf9e
1 file changed
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