Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,8 @@ are always available. They are listed here in alphabetical order.
file descriptor for the file object is then obtained by calling *opener* with
(*file*, *flags*). *opener* must return an open file descriptor (passing
:mod:`os.open` as *opener* results in functionality similar to passing
``None``).
``None`` but will also request, subject to the process ``umask``, the file be
created with executable permissions on Unix).

The newly created file is :ref:`non-inheritable <fd_inheritance>`.

Expand Down
Loading