This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Missing words renders meaning unclear in fcntl.html
Type: behavior Stage:
Components: Documentation Versions: Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: EzraBC, docs@python
Priority: normal Keywords:

Created on 2021-01-25 23:46 by EzraBC, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
meaning_unclear.png EzraBC, 2021-01-25 23:46
Messages (1)
msg385680 - (view) Author: Ezra (EzraBC) * Date: 2021-01-25 23:46
At https://docs.python.org/3/library/fcntl.html the docs read:

the fcntl module exposes the F_OFD_GETLK, F_OFD_SETLK and F_OFD_SETLKW constants, which working with open file description locks.

The exact intended meaning is unclear, perhaps:

the fcntl module exposes the F_OFD_GETLK, F_OFD_SETLK and F_OFD_SETLKW constants, which are used for working with open file description locks.
History
Date User Action Args
2022-04-11 14:59:40adminsetgithub: 87192
2021-01-26 01:22:47EzraBCsetversions: + Python 3.10
2021-01-25 23:46:46EzraBCcreate