summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-06 18:42:11 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-06 18:42:11 (GMT)
commitfb0117e9d5f2f5e92b482a2257c435dd45eaf0d7 (patch)
treeb5be61a277104bd86e151e3f78e60bb4f4c8a06c /Doc/whatsnew
parentf89b04c164e58f60295b678d845a777fc59f8c8a (diff)
downloadcpython-fb0117e9d5f2f5e92b482a2257c435dd45eaf0d7.zip
cpython-fb0117e9d5f2f5e92b482a2257c435dd45eaf0d7.tar.gz
cpython-fb0117e9d5f2f5e92b482a2257c435dd45eaf0d7.tar.bz2
Add a reminder for the maintainer of whatsnew.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.6.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index efc18e8..a1566a5 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`.)