diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 19:44:34 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 19:44:34 +0200 |
commit | 3b5deb0116abf2c94690d48af41b109bc8a4d559 (patch) | |
tree | 190a550280b59e7606a1d50ceae7fa8bdf106c95 /Doc/tools/extensions/pyspecific.py | |
parent | 8d0ef0b5edeae52960c7ed05ae8a12388324f87e (diff) | |
download | cpython-git-3.8.0b1.tar.gz |
Python 3.8.0b1v3.8.0b1
Diffstat (limited to 'Doc/tools/extensions/pyspecific.py')
-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 f79b25048a..8bf7eb699c 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -36,7 +36,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.8/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body |