From: Larry Hastings Date: Sun, 31 May 2015 00:28:56 +0000 (-0700) Subject: Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6. X-Git-Tag: v3.6.0a1~2144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=115b0da5409c6baae96defd51623816cff5808b2;p=thirdparty%2FPython%2Fcpython.git Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6. --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index d44b052540da..9b78184d6745 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