]> granicus.if.org Git - python/commitdiff
Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.
authorLarry Hastings <larry@hastings.org>
Sun, 31 May 2015 00:28:56 +0000 (17:28 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 31 May 2015 00:28:56 +0000 (17:28 -0700)
Doc/tools/extensions/pyspecific.py

index d44b052540da92ec3fc7764bb1441a6f4829f2c7..9b78184d67450c3fd31049e62fc355f51edab34b 100644 (file)
@@ -34,7 +34,7 @@ import suspicious
 
 
 ISSUE_URI = 'https://bugs.python.org/issue%s'
-SOURCE_URI = 'https://hg.python.org/cpython/file/3.5/%s'
+SOURCE_URI = 'https://hg.python.org/cpython/file/default/%s'
 
 # monkey-patch reST parser to disable alphabetic and roman enumerated lists
 from docutils.parsers.rst.states import Body