summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-01-12 20:21:53 (GMT)
committerThomas Heller <theller@ctypes.org>2007-01-12 20:21:53 (GMT)
commit6fd4549bc68642ad638f384f760d06295d4e3579 (patch)
treec81d4b988a0864dde0f62c567b72990bc4bddc44
parentd059e7b42301856ea006ec4a11b0953a65c2b6c8 (diff)
downloadcpython-6fd4549bc68642ad638f384f760d06295d4e3579.zip
cpython-6fd4549bc68642ad638f384f760d06295d4e3579.tar.gz
cpython-6fd4549bc68642ad638f384f760d06295d4e3579.tar.bz2
patch #1610795: BSD version of ctypes.util.find_library, by Martin
Kammerhofer.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9540f4b..0319fc1 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.