From 6c9d6f6467e2fa8b17e945d17fde7873c79332e5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:56:38 +0300 Subject: [PATCH] Add 'New deprecations' subheading to to What's New template And deprecation includes --- run_release.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/run_release.py b/run_release.py index ac14a3eb..bae35d0e 100755 --- a/run_release.py +++ b/run_release.py @@ -136,12 +136,20 @@ Deprecated ========== +New deprecations +---------------- + * module_name: TODO .. Add deprecations above alphabetically, not here at the end. +.. TODO .. include:: ../deprecations/pending-removal-in-3.xx.rst + +.. include:: ../deprecations/pending-removal-in-future.rst + + Porting to Python {version} ======================