diff options
| author | Thomas Heller <theller@ctypes.org> | 2008-05-29 19:42:34 +0000 |
|---|---|---|
| committer | Thomas Heller <theller@ctypes.org> | 2008-05-29 19:42:34 +0000 |
| commit | 9287acf83df56a11aaa001657df652ed6804b105 (patch) | |
| tree | 616f535ee369132b23cd26fad0b16a31d1257f5e /Misc/NEWS | |
| parent | a52b244cc10a7644d86c4f09b761b3611a65378d (diff) | |
| download | cpython-git-9287acf83df56a11aaa001657df652ed6804b105.tar.gz | |
ctypes NULL function pointers have a boolean False value now.
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
