]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Finishing touches to update `main` branch for 3.15 (#133588)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 7 May 2025 17:46:41 +0000 (20:46 +0300)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 17:46:41 +0000 (20:46 +0300)
Doc/tools/extensions/pyspecific.py
Doc/whatsnew/3.15.rst
Doc/whatsnew/index.rst

index fd6b8f95f736fdf458575def2d8ecdea662266c9..f5451adb37b0b4c00750a22832be4ef010cffaa6 100644 (file)
@@ -22,7 +22,7 @@ from sphinx.locale import _ as sphinx_gettext
 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
index 41b2685d5d30fe949a03155f9d7157d274a49ec7..5e9922069aa42c44016ef8ebaa6d2f76f8e0d11b 100644 (file)
@@ -139,6 +139,7 @@ New features
 ------------
 
 * TODO
+
 Porting to Python 3.15
 ----------------------
 
index 6ff722a1894585333203155fe4d75b1cf9a5b881..38194db670b83902eb3c48a8b0b8bc8a3f439ce2 100644 (file)
@@ -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