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 fae61fc commit 5cb0e22Copy full SHA for 5cb0e22
Doc/library/tempfile.rst
@@ -227,10 +227,7 @@ The module defines the following user-callable items:
227
platform uses permission bits to indicate whether a file is executable,
228
the file is executable by no one.
229
230
- The file descriptor is not inherited by child processes across
231
- :func:`exec <os.execl>` calls, but will be inherited by child
232
- processes created via :func:`os.fork`. See :ref:`fd_inheritance`
233
- for more information.
+ The file descriptor is :ref:`not inherited by child processes <fd_inheritance>`.
234
235
Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible
236
for deleting the temporary file when done with it.
0 commit comments