From: Thomas Heller Date: Fri, 6 Jun 2008 18:42:11 +0000 (+0000) Subject: Add a reminder for the maintainer of whatsnew. X-Git-Tag: v2.6b1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb0117e9d5f2f5e92b482a2257c435dd45eaf0d7;p=thirdparty%2FPython%2Fcpython.git Add a reminder for the maintainer of whatsnew. --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index efc18e8b4636..a1566a5af276 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1672,6 +1672,10 @@ details. (Contributed by Raymond Hettinger.) +* XXX Describe the new ctypes calling convention that allows safe + access to errno. + (Implemented by Thomas Heller; :issue:`1798`.) + * The :mod:`ctypes` module now supports a :class:`c_bool` datatype that represents the C99 ``bool`` type. (Contributed by David Remahl; :issue:`1649190`.)