diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2020-05-18 23:07:09 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2020-05-18 23:07:09 (GMT) |
| commit | 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch) | |
| tree | c73c633c3ff03934a51a9c29e6953bafdf735b51 /Doc | |
| parent | a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a (diff) | |
| download | cpython-3.9.0b1.zip cpython-3.9.0b1.tar.gz cpython-3.9.0b1.tar.bz2 | |
Python 3.9.0b1v3.9.0b1
Diffstat (limited to 'Doc')
| -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 bc51555..6751f01 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -39,7 +39,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.9/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body |
