]> granicus.if.org Git - python/commitdiff
patch #1610795: BSD version of ctypes.util.find_library, by Martin
authorThomas Heller <theller@ctypes.org>
Fri, 12 Jan 2007 20:21:53 +0000 (20:21 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 12 Jan 2007 20:21:53 +0000 (20:21 +0000)
Kammerhofer.

Misc/NEWS

index 9540f4bf545268e9fb06bbb312354b68828f5d3e..0319fc1adb91b9869196b0fc90e43529c686538c 100644 (file)
--- 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.