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

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


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

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

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

diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index bcd9d26b36846f..ff522c98d0f629 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/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