diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-06 15:33:32 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-06 15:33:52 (GMT) |
| commit | b092705907c758d4f9742028652c9802f9f03dd3 (patch) | |
| tree | 8e8c378696b7be57fc177723dbd7ee1624943d12 /Doc/library/ctypes.rst | |
| parent | 5f01b00deae68c97823d568f863c5d42d959a05f (diff) | |
| download | cpython-3.14.0b1.zip cpython-3.14.0b1.tar.gz cpython-3.14.0b1.tar.bz2 | |
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Doc/library/ctypes.rst')
| -rw-r--r-- | Doc/library/ctypes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 1b78b33..5b733d5 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -2358,7 +2358,7 @@ Data types :func:`POINTER` for corresponding ctypes data type. If a pointer type was not yet created, the attribute is missing. - .. versionadded:: next + .. versionadded:: 3.14 Common instance variables of ctypes data types: @@ -2756,7 +2756,7 @@ fields, or any other data types containing pointer type fields. This is only implemented for the MSVC-compatible memory layout. - .. deprecated-removed:: next 3.19 + .. deprecated-removed:: 3.14 3.19 For historical reasons, if :attr:`!_pack_` is non-zero, the MSVC-compatible layout will be used by default. @@ -2799,7 +2799,7 @@ fields, or any other data types containing pointer type fields. :attr:`!_layout_` must already be defined when :attr:`~Structure._fields_` is assigned, otherwise it will have no effect. - .. versionadded:: next + .. versionadded:: 3.14 .. attribute:: _anonymous_ |
