summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-09-24 19:01:29 (GMT)
committerThomas Heller <theller@ctypes.org>2008-09-24 19:01:29 (GMT)
commit1308c26cf4cd930f3774cf6f35ae1e3c483d9718 (patch)
tree354b02c57db1e52cb33d07564e4063242ec930b7 /Misc
parent05f5ab7ee39b16bdd7fda23b3276d52b8c2b4acb (diff)
downloadcpython-1308c26cf4cd930f3774cf6f35ae1e3c483d9718.zip
cpython-1308c26cf4cd930f3774cf6f35ae1e3c483d9718.tar.gz
cpython-1308c26cf4cd930f3774cf6f35ae1e3c483d9718.tar.bz2
Merged revisions 66611 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66611 | thomas.heller | 2008-09-24 20:26:05 +0200 (Mi, 24 Sep 2008) | 3 lines Fix issue #3547: ctypes is confused by bitfields of varying integer types Reviewed by Fredrik Lundh and Skip Montanaro. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac2dda8..1079960 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Library
- Bug #3884: Make the turtle module toplevel again.
+- Issue #3547: Fixed ctypes structures bitfields of varying integer
+ sizes.
+
Extension Modules
-----------------