From c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 11 Jun 2008 19:10:22 +0000 Subject: [PATCH] Add versionadded marker to ctypes.c_longdouble. --- Doc/library/ctypes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index b968613150..f4c6e2d9bf 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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 -- 2.50.0