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.

Author beazley
Recipients beazley, georg.brandl
Date 2009-01-03.14:48:18
SpamBayes Score 0.01802127
Marked as misclassified No
Message-id <1230994100.6.0.728617029399.issue4820@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2009-01-03 14:48:20beazleysetrecipients: + beazley, georg.brandl
2009-01-03 14:48:20beazleysetmessageid: <1230994100.6.0.728617029399.issue4820@psf.upfronthosting.co.za>
2009-01-03 14:48:19beazleylinkissue4820 messages
2009-01-03 14:48:18beazleycreate