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

SourceForge.net noreply at sourceforge.net
Wed Jun 9 20:35:52 EDT 2004


Bugs item #970042, was opened at 2004-06-10 00:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Clinton Roy (clintonroy)
Assigned to: Nobody/Anonymous (nobody)
Summary: lfcntl.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,

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

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