Commit 0112625f authored by Ned Deily's avatar Ned Deily

Change SOURCE_URI for pydoc source URLs to point to 3.6 branch

parent c934dde4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment