Skip to content

Commit

Permalink
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin syste…
Browse files Browse the repository at this point in the history
  • Loading branch information
slateny committed Feb 25, 2022
1 parent 2c228a7 commit 53ecf9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/tempfile.rst
Expand Up @@ -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
Expand Down

0 comments on commit 53ecf9e

Please sign in to comment.