From 8bdd3282acbae2abad04e6d7654d5537e5702d61 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 7 May 2025 19:16:53 +0300 Subject: [PATCH 1/3] Reset SOURCE_URI back to main following new branch release --- Doc/tools/extensions/pyspecific.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index fd6b8f95f736fd..f5451adb37b0b4 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -22,7 +22,7 @@ from sphinx.util.docutils import SphinxDirective # Used in conf.py and updated here by python/release-tools/run_release.py -SOURCE_URI = 'https://github.com/python/cpython/tree/3.14/%s' +SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body From 29631e1b8f2fa6b5fff6389a1c7f45c5d699cee6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 7 May 2025 19:24:56 +0300 Subject: [PATCH 2/3] What's New: fix Bullet list ends without a blank line; unexpected unindent --- Doc/whatsnew/3.15.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 41b2685d5d30fe..5e9922069aa42c 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -139,6 +139,7 @@ New features ------------ * TODO + Porting to Python 3.15 ---------------------- From e31ef666db7901d200f5c67b890b1ada215d22a6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 7 May 2025 19:29:24 +0300 Subject: [PATCH 3/3] Add 3.15 What's New to toctree --- Doc/whatsnew/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 6ff722a1894585..38194db670b839 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 + 3.15.rst 3.14.rst 3.13.rst 3.12.rst