]> granicus.if.org Git - python/commitdiff
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
authorNed Deily <nad@python.org>
Mon, 12 Sep 2016 14:56:13 +0000 (10:56 -0400)
committerNed Deily <nad@python.org>
Mon, 12 Sep 2016 14:56:13 +0000 (10:56 -0400)
Doc/tools/extensions/pyspecific.py

index 7986017d017b7047e3f21ad299a2cb6742df2399..273191bbd3c0257ed6453d20fb2fb67717eba103 100644 (file)
@@ -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