]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the SOURCE_URI in pyspecific.py to point to the new branch
authorPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 02:48:31 +0000 (03:48 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 02:48:31 +0000 (03:48 +0100)
Doc/tools/extensions/pyspecific.py

index b02e31dc88e5c8c501b1333124f06fa6cd1acf34..12b98f49f69f5290cf7eb357f730e35ea78fd0de 100644 (file)
@@ -45,7 +45,7 @@ import suspicious
 
 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