[Python-checkins] [3.12] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) (#107094)
ambv
webhook-mailer at python.org
Sun Jul 23 06:26:09 EDT 2023
https://github.com/python/cpython/commit/074fcf15fa13f09c85e27f53951ef84d02d95454
commit: 074fcf15fa13f09c85e27f53951ef84d02d95454
branch: 3.12
author: Moritz Neeb <nt4u at kpvn.de>
committer: ambv <lukasz at langa.pl>
date: 2023年07月23日T12:26:05+02:00
summary:
[3.12] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) (#107094)
The "New Modules" section was left in place to ensure that the anchor
link for new modules will still exist:
/whatsnew/3.12.htmlGH-new-modules
/whatsnew/3.10.htmlGH-new-modules
This means that existing links to this section don't break.
(cherry picked from commit 6dbffaed17d59079d6a2788d686009f762a3278f)
Co-authored-by: Sebastiaan Zeeff <33516116+SebastiaanZ at users.noreply.github.com>
files:
M Doc/whatsnew/3.10.rst
M Doc/whatsnew/3.12.rst
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index bb271d0a45568..92d23462acc57 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 d1b10dbd1999d..a7db645657db1 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
More information about the Python-checkins
mailing list