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

ctypes.util.find_library incorrectly documented #49070

Closed
beazley mannequin opened this issue Jan 3, 2009 · 2 comments
Closed

ctypes.util.find_library incorrectly documented #49070

beazley mannequin opened this issue Jan 3, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@beazley
Copy link
Mannequin

beazley mannequin commented Jan 3, 2009

BPO 4820
Nosy @birkenfeld

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 = 'https://github.com/birkenfeld'
closed_at = <Date 2009-02-05.11:35:38.723>
created_at = <Date 2009-01-03.14:48:19.791>
labels = ['docs']
title = 'ctypes.util.find_library incorrectly documented'
updated_at = <Date 2009-02-05.11:35:38.721>
user = 'https://bugs.python.org/beazley'

bugs.python.org fields:

activity = <Date 2009-02-05.11:35:38.721>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-02-05.11:35:38.723>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-01-03.14:48:19.791>
creator = 'beazley'
dependencies = []
files = []
hgrepos = []
issue_num = 4820
keywords = []
message_count = 2.0
messages = ['78964', '81207']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'beazley']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4820'
versions = ['Python 3.0']

@beazley
Copy link
Mannequin Author

beazley mannequin commented Jan 3, 2009

In the "ctypes reference / Finding shared libraries" section of the ctypes
documentation, the find_library() function is described as being located
in ctypes.util. However, it's formal description right below that lists
it as ctypes.find_library().

@beazley beazley mannequin assigned birkenfeld Jan 3, 2009
@beazley beazley mannequin added the docs Documentation in the Doc dir label Jan 3, 2009
@birkenfeld
Copy link
Member

Thanks, fixed in r69299.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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

1 participant