diff options
author | Thomas Heller <theller@ctypes.org> | 2008-06-11 19:10:22 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-06-11 19:10:22 (GMT) |
commit | c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78 (patch) | |
tree | 159774c2e1bdc289bdc0acca56510999d4730c32 | |
parent | 89f48876a25d753f2888f8ec4a5dba7c0ef90bf2 (diff) | |
download | cpython-c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78.zip cpython-c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78.tar.gz cpython-c0a296f1dc0e3f2e5de1a27ab56f35db5c33ab78.tar.bz2 |
Add versionadded marker to ctypes.c_longdouble.
-rw-r--r-- | Doc/library/ctypes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index b968613..f4c6e2d 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 |