From: Thomas Heller Date: Fri, 12 Jan 2007 20:21:53 +0000 (+0000) Subject: patch #1610795: BSD version of ctypes.util.find_library, by Martin X-Git-Tag: v2.6a1~2285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fd4549bc68642ad638f384f760d06295d4e3579;p=thirdparty%2FPython%2Fcpython.git patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9540f4bf5452..0319fc1adb91 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -109,6 +109,8 @@ Core and builtins Library ------- +- Bug #1610795: make ctypes.util.find_library work on BSD systems. + - Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions of HANDLE, WPARAM, LPARAM data types. Make parameterless foreign function calls work.