From 6fd4549bc68642ad638f384f760d06295d4e3579 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 12 Jan 2007 20:21:53 +0000 Subject: [PATCH] patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 9540f4bf545..0319fc1adb9 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.