diff options
| author | Pablo Galindo <Pablogsal@gmail.com> | 2021-05-08 02:43:43 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 02:43:43 (GMT) |
| commit | f46ef57c254f5f78117fac66aa740a80cc974fe3 (patch) | |
| tree | 9195bafc55fdf9a8b4bf85aa05032d54a71504e1 | |
| parent | 5a5237c6d08ed97458b0903d6836624168df0b51 (diff) | |
| download | cpython-f46ef57c254f5f78117fac66aa740a80cc974fe3.zip cpython-f46ef57c254f5f78117fac66aa740a80cc974fe3.tar.gz cpython-f46ef57c254f5f78117fac66aa740a80cc974fe3.tar.bz2 | |
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)
| -rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index bcd9d26..92fc5e7 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 |
