[Python-checkins] r53403 - python/trunk/Misc/NEWS
thomas.heller
python-checkins at python.org
Fri Jan 12 21:21:55 CET 2007
Author: thomas.heller
Date: Fri Jan 12 21:21:53 2007
New Revision: 53403
Modified:
python/trunk/Misc/NEWS
Log:
patch #1610795: BSD version of ctypes.util.find_library, by Martin
Kammerhofer.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Fri Jan 12 21:21:53 2007
@@ -109,6 +109,8 @@
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.
More information about the Python-checkins
mailing list