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: ctypes.util.find_library incorrectly documented
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: beazley, georg.brandl
Priority: normal Keywords:

Created on 2009-01-03 14:48 by beazley, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg78964 - (view) Author: David M. Beazley (beazley) Date: 2009-01-03 14:48
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().
msg81207 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-02-05 11:35
Thanks, fixed in r69299.
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49070
2009-02-05 11:35:38georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg81207
2009-01-03 14:48:19beazleycreate