From: Larry Hastings Date: Sun, 24 May 2015 00:41:13 +0000 (-0700) Subject: Update SOURCE_URI to reflect that we're branching 3.5 now. X-Git-Tag: v3.5.0b1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40040dfc4b72f93527129916b6bf28320e163cf8;p=python Update SOURCE_URI to reflect that we're branching 3.5 now. --- diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 9b78184d67..d44b052540 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/default/%s' +SOURCE_URI = 'https://hg.python.org/cpython/file/3.5/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body