Add versionadded marker to ctypes.c_longdouble.

This commit is contained in:
Thomas Heller 2008-06-11 19:10:22 +00:00
parent 89f48876a2
commit c0a296f1dc
1 changed files with 1 additions and 0 deletions

View 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