From: Thomas Heller Date: Wed, 17 Jan 2007 19:55:40 +0000 (+0000) Subject: Bug #1610795: ctypes.util.find_library works now on BSD systems. X-Git-Tag: v2.5.1c1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcb6eba83114c5523c47097d5b763ba389ce3ffc;p=python Bug #1610795: ctypes.util.find_library works now on BSD systems. --- diff --git a/Misc/NEWS b/Misc/NEWS index d24dd4dfc1..cdee2af1a2 100644 --- 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.