[Python-checkins] cpython: Change SOURCE_URI for pydoc source URLs to point to 3.6 branch

ned.deily python-checkins at python.org
Mon Sep 12 17:45:27 EDT 2016


https://hg.python.org/cpython/rev/b02d23406018
changeset:   103717:b02d23406018
user:        Ned Deily <nad at python.org>
date:        Mon Sep 12 10:56:13 2016 -0400
summary:
  Change SOURCE_URI for pydoc source URLs to point to 3.6 branch

files:
  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
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -34,7 +34,7 @@
 
 
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list