summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 08:40:32 (GMT)
committerGitHub <noreply@github.com>2023-06-06 08:40:32 (GMT)
commitbae415ad02c79cf3a2eec4aa6969221a12e6716f (patch)
treecd81929f1c58898b7a052d1480a60520a23942b9 /Doc/whatsnew/3.11.rst
parent00d73caf804c0474980e471347d6385757af975f (diff)
downloadcpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.zip
cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.gz
cpython-bae415ad02c79cf3a2eec4aa6969221a12e6716f.tar.bz2
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
* Add "limited-c-api" and "stable-api" references. * Rename "stable-abi-list" reference to "limited-api-list". * Makefile: Document files regenerated by "make regen-limited-abi" * Remove first empty line in generated files: - Lib/test/test_stable_abi_ctypes.py - PC/python3dll.c
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index a734233..4519413 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -2650,7 +2650,7 @@ Removed
* :c:func:`PyMarshal_WriteObjectToString`
* the ``Py_MARSHAL_VERSION`` macro
- These are not part of the :ref:`limited API <stable-abi-list>`.
+ These are not part of the :ref:`limited API <limited-api-list>`.
(Contributed by Victor Stinner in :issue:`45474`.)