From: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> Date: Sat, 22 Jul 2023 12:13:44 +0000 (+0200) Subject: gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988) X-Git-Tag: v3.13.0a1~1304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dbffaed17d59079d6a2788d686009f762a3278f;p=thirdparty%2FPython%2Fcpython.git gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988) The "New Modules" section was left in place to ensure that the anchor link for new modules will still exist: /whatsnew/3.12.html#new-modules /whatsnew/3.10.html#new-modules This means that existing links to this section don't break. --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index d1d2193de4a9..e4ca3c4c81ba 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -887,7 +887,7 @@ Other Language Changes New Modules =========== -* None yet. +* None. Improved Modules diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 45093122eb7b..a46621071b3d 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -486,7 +486,7 @@ Other Language Changes New Modules =========== -* None yet. +* None. Improved Modules