From: Thomas Heller Date: Wed, 11 Jun 2008 19:10:22 +0000 (+0000) Subject: Add versionadded marker to ctypes.c_longdouble. X-Git-Tag: v2.6b1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78;p=thirdparty%2FPython%2Fcpython.git Add versionadded marker to ctypes.c_longdouble. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index b96861315007..f4c6e2d9bf94 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