]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 8 May 2021 02:43:43 +0000 (03:43 +0100)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 02:43:43 +0000 (03:43 +0100)
Doc/tools/extensions/pyspecific.py

index bcd9d26b36846fcb0844a566878dc930cb7aa3c2..92fc5e7c71cd7d4dab20420d744d318611bcbbc9 100644 (file)
@@ -44,7 +44,7 @@ import suspicious
 
 
 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