Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.

This commit is contained in:
Larry Hastings 2015-05-30 17:28:56 -07:00
parent c8687822c1
commit 115b0da540
1 changed files with 1 additions and 1 deletions

View 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