[Python-checkins] r53473 - python/branches/release25-maint/Misc/NEWS

thomas.heller python-checkins at python.org
Wed Jan 17 20:55:40 CET 2007


Author: thomas.heller
Date: Wed Jan 17 20:55:40 2007
New Revision: 53473

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Bug #1610795: ctypes.util.find_library works now on BSD systems.


Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Wed Jan 17 20:55:40 2007
@@ -138,6 +138,8 @@
 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.


More information about the Python-checkins mailing list