[Python-checkins] r64143 - python/trunk/Doc/library/ctypes.rst

thomas.heller python-checkins at python.org
Wed Jun 11 21:10:22 CEST 2008


Author: thomas.heller
Date: Wed Jun 11 21:10:22 2008
New Revision: 64143

Log:
Add versionadded marker to ctypes.c_longdouble.

Modified:
   python/trunk/Doc/library/ctypes.rst

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Wed Jun 11 21:10:22 2008
@@ -2159,6 +2159,7 @@
    optional float initializer.  On platforms where ``sizeof(long
    double) == sizeof(double)`` it is an alias to :class:`c_double`.
 
+   .. versionadded:: 2.6
 
 .. class:: c_float
 


More information about the Python-checkins mailing list