[Python-checkins] r63989 - python/trunk/Doc/whatsnew/2.6.rst

thomas.heller python-checkins at python.org
Fri Jun 6 20:42:11 CEST 2008


Author: thomas.heller
Date: Fri Jun  6 20:42:11 2008
New Revision: 63989

Log:
Add a reminder for the maintainer of whatsnew.


Modified:
   python/trunk/Doc/whatsnew/2.6.rst

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Fri Jun  6 20:42:11 2008
@@ -1672,6 +1672,10 @@
 
   (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`.)


More information about the Python-checkins mailing list