patch #1610795: BSD version of ctypes.util.find_library, by Martin

Kammerhofer.
This commit is contained in:
Thomas Heller 2007-01-12 20:21:53 +00:00
parent d059e7b423
commit 6fd4549bc6
1 changed files with 2 additions and 0 deletions

View File

@ -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.