mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-87192: Update wording for fcntl 'Changed in' (#91658)
This commit is contained in:
parent
b660d0931e
commit
d7eb1ffbe8
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ descriptor.
|
|||
On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
|
||||
the path of a file from a file descriptor.
|
||||
On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
|
||||
and ``F_OFD_SETLKW`` constants, which working with open file description locks.
|
||||
and ``F_OFD_SETLKW`` constants, which are used when working with open file
|
||||
description locks.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue