Add versionadded marker to ctypes.c_longdouble.
This commit is contained in:
parent
89f48876a2
commit
c0a296f1dc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue