gh-87192: Update wording for fcntl 'Changed in' (#91658)

This commit is contained in:
slateny 2022-04-30 14:24:01 -07:00 committed by GitHub
parent b660d0931e
commit d7eb1ffbe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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