summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-09-24 18:26:05 (GMT)
committerThomas Heller <theller@ctypes.org>2008-09-24 18:26:05 (GMT)
commita85c95d5e85e1d6886d1260b88221c2a31686a55 (patch)
treecfedbc3bc8888d127de4e0c4a133105da3630bcf /Misc
parent8798c90df2b2d77ddb76611c0ea4be463c543f2b (diff)
downloadcpython-a85c95d5e85e1d6886d1260b88221c2a31686a55.zip
cpython-a85c95d5e85e1d6886d1260b88221c2a31686a55.tar.gz
cpython-a85c95d5e85e1d6886d1260b88221c2a31686a55.tar.bz2
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 0c22233..37bb634 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #3547: Fixed ctypes structures bitfields of varying integer
+ sizes.
+
- Issue #3879: A regression in urllib.getproxies_enviroment was fixed.
Build