https://github.com/python/cpython/commit/de7576edfa6e6fd46e433b668ae0610e89640230 commit: de7576edfa6e6fd46e433b668ae0610e89640230 branch: 3.15 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-06-02T12:05:14Z summary:
[3.15] Update `SOURCE_URI` for `3.15` branch (#150783) files: M Doc/tools/extensions/pyspecific.py diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index f9bf273e7624a04..85e7f5454252d2a 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/main/%s' +SOURCE_URI = 'https://github.com/python/cpython/tree/3.15/%s' class PyAwaitableMixin(object): def handle_signature(self, sig, signode): _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
