]> granicus.if.org Git - python/commitdiff
Update SOURCE_URI to reflect that we're branching 3.5 now.
authorLarry Hastings <larry@hastings.org>
Sun, 24 May 2015 00:41:13 +0000 (17:41 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 24 May 2015 00:41:13 +0000 (17:41 -0700)
Doc/tools/extensions/pyspecific.py

index 9b78184d67450c3fd31049e62fc355f51edab34b..d44b052540da92ec3fc7764bb1441a6f4829f2c7 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.5/%s'
 
 # monkey-patch reST parser to disable alphabetic and roman enumerated lists
 from docutils.parsers.rst.states import Body