Change SOURCE_URI for pydoc source URLs to point to 3.6 branch

This commit is contained in:
Ned Deily 2016-09-12 10:56:13 -04:00
parent c934dde462
commit 0112625fba

View 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