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: fcntl.lockf() signature uses len, doc refers to length
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: clintonroy, nnorwitz
Priority: normal Keywords:

Created on 2004-06-10 00:35 by clintonroy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21107 - (view) Author: Clinton Roy (clintonroy) Date: 2004-06-10 00:35
The documentation has the signature:

lockf(fd, operation, [len, [start, [whence]]])

but the description refers to the length parameter.

Obviously very minor.

Personally, I'd be happier to see the signature
changed, rather than the documentation.

cheers,
msg21108 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2004-06-13 21:11
Logged In: YES 
user_id=33168

The docstring says length (since 2001), so length it is. :-)
Checked in as Doc/lib/libfcntl.tex 1.34
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40376
2004-06-10 00:35:52clintonroycreate