diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-31 00:28:56 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-31 00:28:56 (GMT) |
commit | 115b0da5409c6baae96defd51623816cff5808b2 (patch) | |
tree | f9fe0ad38569e415a4191e874bee9aceca738ac4 /Doc/tools | |
parent | c8687822c1c1d3a245cf69e3bdc236a399f1d7d3 (diff) | |
download | cpython-115b0da5409c6baae96defd51623816cff5808b2.zip cpython-115b0da5409c6baae96defd51623816cff5808b2.tar.gz cpython-115b0da5409c6baae96defd51623816cff5808b2.tar.bz2 |
Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.
Diffstat (limited to 'Doc/tools')
-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 d44b052..9b78184 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -34,7 +34,7 @@ import suspicious ISSUE_URI = 'https://bugs.python.org/issue%s' -SOURCE_URI = 'https://hg.python.org/cpython/file/3.5/%s' +SOURCE_URI = 'https://hg.python.org/cpython/file/default/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body |