summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-12 14:56:13 (GMT)
committerNed Deily <nad@python.org>2016-09-12 14:56:13 (GMT)
commit0112625fbabc3b819321e3c2339265924ca12a1e (patch)
tree31ae550cced66a0f98bfe15fe6a97b797749be2a
parentc934dde46228e5b1e1a22d3634672c95b27c630c (diff)
downloadcpython-0112625fbabc3b819321e3c2339265924ca12a1e.zip
cpython-0112625fbabc3b819321e3c2339265924ca12a1e.tar.gz
cpython-0112625fbabc3b819321e3c2339265924ca12a1e.tar.bz2
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
-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 7986017..273191b 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.6/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body