summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-01-17 19:55:40 +0000
committerThomas Heller <theller@ctypes.org>2007-01-17 19:55:40 +0000
commitdcb6eba83114c5523c47097d5b763ba389ce3ffc (patch)
treef2f1b80933c27ed8cab150c2b3153411cf4ad9f8
parent225755dc366db4e7fc084c3257d65825772c71a4 (diff)
downloadcpython-git-dcb6eba83114c5523c47097d5b763ba389ce3ffc.tar.gz
Bug #1610795: ctypes.util.find_library works now on BSD systems.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.