[Python-checkins] Update the SOURCE_URI in pyspecific.py to point to the new branch

pablogsal webhook-mailer at python.org
Sat May 7 22:48:52 EDT 2022


https://github.com/python/cpython/commit/09f0ad48efd93b81a2e463d8efc46a45f50054dd
commit: 09f0ad48efd93b81a2e463d8efc46a45f50054dd
branch: main
author: Pablo Galindo <pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-05-08T03:48:31+01:00
summary:

Update the SOURCE_URI in pyspecific.py to point to the new branch

files:
M Doc/tools/extensions/pyspecific.py

diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index b02e31dc88e5c..12b98f49f69f5 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -45,7 +45,7 @@
 
 ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
 GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
-SOURCE_URI = 'https://github.com/python/cpython/tree/3.11/%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



More information about the Python-checkins mailing list