From: Pablo Galindo Date: Sat, 8 May 2021 02:43:43 +0000 (+0100) Subject: Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978) X-Git-Tag: v3.10.0b2~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f46ef57c254f5f78117fac66aa740a80cc974fe3;p=thirdparty%2FPython%2Fcpython.git Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978) --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index bcd9d26b3684..92fc5e7c71cd 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -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