From 6a33c936331312ac500cbb79e79ddd88e73f145f Mon Sep 17 00:00:00 2001 From: Vyron Vasileiadis Date: Mon, 27 Jul 2026 10:55:44 +0300 Subject: [PATCH] gh-154757: List the 3.16 C API deprecations on the Deprecations page The C API section of Doc/deprecations/index.rst started at c-api-pending-removal-in-3.18.rst, so the 26 APIs pending removal in 3.16 were not listed there. They are still present in Include/, so the page should show them while they are pending. --- Doc/deprecations/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/deprecations/index.rst b/Doc/deprecations/index.rst index 6176169a6f1eba6..0970e24fd750ecc 100644 --- a/Doc/deprecations/index.rst +++ b/Doc/deprecations/index.rst @@ -18,6 +18,8 @@ Deprecations C API deprecations ------------------ +.. include:: c-api-pending-removal-in-3.16.rst + .. include:: c-api-pending-removal-in-3.18.rst .. include:: c-api-pending-removal-in-3.19.rst