summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:49:37 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:50:39 (GMT)
commit401bfc69d1258fde07141cd1a12af00aa44a8e0f (patch)
treea007d598bd18eb7b70de8127ff4697125229b68d /Doc/c-api
parentb9a492b809d8765ee365a5dd3c6ba4e5130a80af (diff)
downloadcpython-3.14.0a3.zip
cpython-3.14.0a3.tar.gz
cpython-3.14.0a3.tar.bz2
Python 3.14.0a3v3.14.0a3
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/long.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/long.rst b/Doc/c-api/long.rst
index f48cd07..084ba51 100644
--- a/Doc/c-api/long.rst
+++ b/Doc/c-api/long.rst
@@ -657,7 +657,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
Export API
^^^^^^^^^^
-.. versionadded:: next
+.. versionadded:: 3.14
.. c:struct:: PyLongLayout
@@ -769,7 +769,7 @@ PyLongWriter API
The :c:type:`PyLongWriter` API can be used to import an integer.
-.. versionadded:: next
+.. versionadded:: 3.14
.. c:struct:: PyLongWriter