[ python-Bugs-970042 ] fcntl.lockf() signature uses len, doc refers to length

SourceForge.net noreply at sourceforge.net
Sun Jun 13 17:11:06 EDT 2004


Bugs item #970042, was opened at 2004-06-09 20:35
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=970042&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Clinton Roy (clintonroy)
>Assigned to: Neal Norwitz (nnorwitz)
>Summary: fcntl.lockf() signature uses len, doc refers to length

Initial Comment:
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,

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2004-06-13 17:11

Message:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=970042&group_id=5470



More information about the Python-bugs-list mailing list