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

pablogsal webhook-mailer at python.org
Fri May 7 22:43:52 EDT 2021


https://github.com/python/cpython/commit/f46ef57c254f5f78117fac66aa740a80cc974fe3
commit: f46ef57c254f5f78117fac66aa740a80cc974fe3
branch: 3.10
author: Pablo Galindo <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-05-08T03:43:43+01:00
summary:

Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)

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

diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index bcd9d26b36846f..92fc5e7c71cd7d 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -44,7 +44,7 @@
 
 
 ISSUE_URI = 'https://bugs.python.org/issue%s'
-SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
+SOURCE_URI = 'https://github.com/python/cpython/tree/3.10/%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