From ec5607cff504a53a8863d616056903fb65816db0 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 27 Jan 2025 16:42:21 +0100 Subject: [PATCH] Remove note about backporting `versionchanged:: next` The feature is now available in all active branches. --- documentation/markup.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/documentation/markup.rst b/documentation/markup.rst index 65b8b8d03..9528075d9 100644 --- a/documentation/markup.rst +++ b/documentation/markup.rst @@ -1112,10 +1112,6 @@ units as well as normal text: .. _update_version_next.py: https://github.com/python/release-tools/blob/master/update_version_next.py - When backporting to versions before 3.14, check if ``Doc/tools/extensions/pyspecific.py`` - contains the function ``expand_version_arg``. If it's not there, - use a specific version instead of ``next``. - When adding documentation for a function that existed in a past version, but wasn't documented yet, use the version number where the function was added instead of ``next``.