Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcntl.lockf() signature uses len, doc refers to length #40376

Closed
clintonroy mannequin opened this issue Jun 10, 2004 · 2 comments
Closed

fcntl.lockf() signature uses len, doc refers to length #40376

clintonroy mannequin opened this issue Jun 10, 2004 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@clintonroy
Copy link
Mannequin

clintonroy mannequin commented Jun 10, 2004

BPO 970042

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-06-13.21:11:06.000>
created_at = <Date 2004-06-10.00:35:52.000>
labels = ['docs']
title = 'fcntl.lockf() signature uses len, doc refers to length'
updated_at = <Date 2004-06-13.21:11:06.000>
user = 'https://bugs.python.org/clintonroy'

bugs.python.org fields:

activity = <Date 2004-06-13.21:11:06.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-06-10.00:35:52.000>
creator = 'clintonroy'
dependencies = []
files = []
hgrepos = []
issue_num = 970042
keywords = []
message_count = 2.0
messages = ['21107', '21108']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'clintonroy']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue970042'
versions = ['Python 2.3']

@clintonroy
Copy link
Mannequin Author

clintonroy mannequin commented Jun 10, 2004

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,

@clintonroy clintonroy mannequin closed this as completed Jun 10, 2004
@clintonroy clintonroy mannequin assigned nnorwitz Jun 10, 2004
@clintonroy clintonroy mannequin added the docs Documentation in the Doc dir label Jun 10, 2004
@clintonroy clintonroy mannequin closed this as completed Jun 10, 2004
@clintonroy clintonroy mannequin assigned nnorwitz Jun 10, 2004
@clintonroy clintonroy mannequin added the docs Documentation in the Doc dir label Jun 10, 2004
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Jun 13, 2004

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

0 participants