summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-05-29 19:42:34 +0000
committerThomas Heller <theller@ctypes.org>2008-05-29 19:42:34 +0000
commit9287acf83df56a11aaa001657df652ed6804b105 (patch)
tree616f535ee369132b23cd26fad0b16a31d1257f5e /Misc/NEWS
parenta52b244cc10a7644d86c4f09b761b3611a65378d (diff)
downloadcpython-git-9287acf83df56a11aaa001657df652ed6804b105.tar.gz
ctypes NULL function pointers have a boolean False value now.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2838887217..90f7d61141 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Extension Modules
Library
-------
+- Issue #1797 (partial fix): ctypes NULL function pointers have a
+ False boolean value now.
+
- Issue #2985: Allow 64-bit integer responses (``<i8>``) in XMLRPC
transfers.