mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
This commit is contained in:
parent
2c228a7b8f
commit
53ecf9e08d
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ The module defines the following user-callable items:
|
|||
The :py:data:`os.O_TMPFILE` flag is used if it is available and works
|
||||
(Linux-specific, requires Linux kernel 3.11 or later).
|
||||
|
||||
On platforms that are neither Posix nor Cygwin, TemporaryFile is an alias
|
||||
for NamedTemporaryFile.
|
||||
|
||||
.. audit-event:: tempfile.mkstemp fullpath tempfile.TemporaryFile
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue