]> granicus.if.org Git - python/commitdiff
Add NEWS entries for ctypes backports.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:03:07 +0000 (04:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:03:07 +0000 (04:03 +0000)
Misc/NEWS

index 390ad735856723b2b67d65c3e03ccd919e3d399b..b2f48f81e83510eb4c4d28023026fc91ee14f95d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,7 +50,7 @@ Library
 -------
 
 - Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE
-  by adding smarter caching in inspect.getmodule()
+  by adding smarter caching in inspect.getmodule().
 
 - Fix missing import of the types module in logging.config.
 
@@ -68,6 +68,10 @@ Library
 Extension Modules
 -----------------
 
+- Fix bugs in ctypes:
+  - anonymous structure fields that have a bit-width specified did not work
+  - cast function did not accept c_char_p or c_wchar_p instances as first arg
+
 - Bug #1551427: fix a wrong NULL pointer check in the win32 version
   of os.urandom().