diff options
| author | Thomas Heller <theller@ctypes.org> | 2007-01-12 20:21:53 (GMT) |
|---|---|---|
| committer | Thomas Heller <theller@ctypes.org> | 2007-01-12 20:21:53 (GMT) |
| commit | 6fd4549bc68642ad638f384f760d06295d4e3579 (patch) | |
| tree | c81d4b988a0864dde0f62c567b72990bc4bddc44 | |
| parent | d059e7b42301856ea006ec4a11b0953a65c2b6c8 (diff) | |
| download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
