]> granicus.if.org Git - python/commitdiff
Bug #1610795: ctypes.util.find_library works now on BSD systems.
authorThomas Heller <theller@ctypes.org>
Wed, 17 Jan 2007 19:55:40 +0000 (19:55 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 17 Jan 2007 19:55:40 +0000 (19:55 +0000)
Misc/NEWS

index d24dd4dfc138112124e7a5c7582e384dd3f45693..cdee2af1a246a55efc1648aefec98141f1c4194e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,8 @@ Extension Modules
 Library
 -------
 
+- Bug #1610795: ctypes.util.find_library works now on BSD systems.
+
 - Fix sort stability in heapq.nlargest() and nsmallest().
 
 - Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.