summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-03-05 15:34:29 (GMT)
committerThomas Heller <theller@ctypes.org>2008-03-05 15:34:29 (GMT)
commitf3c0559b5e164e112d408c30e41ac2f2b06c2c85 (patch)
tree94b533057dd3841925b256ad7564f715307245a7 /Misc
parent78b8f4458d2189cc6c26874eec19c19a6df7ed06 (diff)
downloadcpython-f3c0559b5e164e112d408c30e41ac2f2b06c2c85.zip
cpython-f3c0559b5e164e112d408c30e41ac2f2b06c2c85.tar.gz
cpython-f3c0559b5e164e112d408c30e41ac2f2b06c2c85.tar.bz2
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
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 8d0dc79..75d3cc1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and builtins
Library
-------
+- Issue #1872: The struct module typecode for _Bool has been changed
+ from 't' to '?'.
+
- The bundled libffi copy is now in sync with the recently released
libffi3.0.4 version, apart from some small changes to
Modules/_ctypes/libffi/configure.ac.