summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-05-24 00:41:13 (GMT)
committerLarry Hastings <larry@hastings.org>2015-05-24 00:41:13 (GMT)
commit40040dfc4b72f93527129916b6bf28320e163cf8 (patch)
tree7602d63527317c031a21cef4b7e4ad2a2e89f97d /Doc
parent0482af4269cc1e7935707aef208b7f46c57160e3 (diff)
downloadcpython-40040dfc4b72f93527129916b6bf28320e163cf8.zip
cpython-40040dfc4b72f93527129916b6bf28320e163cf8.tar.gz
cpython-40040dfc4b72f93527129916b6bf28320e163cf8.tar.bz2
Update SOURCE_URI to reflect that we're branching 3.5 now.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 9b78184..d44b052 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