]> granicus.if.org Git - python/commitdiff
Add versionadded marker to ctypes.c_longdouble.
authorThomas Heller <theller@ctypes.org>
Wed, 11 Jun 2008 19:10:22 +0000 (19:10 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 11 Jun 2008 19:10:22 +0000 (19:10 +0000)
Doc/library/ctypes.rst

index b9686131500793d1389e66a8fe382e91769546c2..f4c6e2d9bf94caf9262b44ca1f931913312aabad 100644 (file)
@@ -2159,6 +2159,7 @@ These are the fundamental ctypes data types:
    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