summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Neeb <nt4u@kpvn.de>2023-07-23 10:26:12 (GMT)
committerGitHub <noreply@github.com>2023-07-23 10:26:12 (GMT)
commit0574873e60e54bd4873025b4380116992e4923b9 (patch)
treee9af2c4c2e37f2303d7d85bf0c901a0ae8ef4a35
parent6e3a2fb0fe07712156e1086d171ff2392343c32a (diff)
downloadcpython-0574873e60e54bd4873025b4380116992e4923b9.zip
cpython-0574873e60e54bd4873025b4380116992e4923b9.tar.gz
cpython-0574873e60e54bd4873025b4380116992e4923b9.tar.bz2
[3.11] gh-106969: Indicate no modules were added in 3.10 (GH-106988) (#107093)
[3.11] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) 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@users.noreply.github.com>
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 56b8ff3..50b8517 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -886,7 +886,7 @@ Other Language Changes
New Modules
===========
-* None yet.
+* None.
Improved Modules