Add a reminder for the maintainer of whatsnew.

This commit is contained in:
Thomas Heller 2008-06-06 18:42:11 +00:00
parent f89b04c164
commit fb0117e9d5
1 changed files with 4 additions and 0 deletions

View File

@ -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`.)