From: Pablo Galindo Date: Sun, 8 May 2022 02:48:31 +0000 (+0100) Subject: Update the SOURCE_URI in pyspecific.py to point to the new branch X-Git-Tag: v3.12.0a1~1656 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09f0ad48efd93b81a2e463d8efc46a45f50054dd;p=thirdparty%2FPython%2Fcpython.git Update the SOURCE_URI in pyspecific.py to point to the new branch --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index b02e31dc88e5..12b98f49f69f 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -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