Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0112625

Browse files
committed
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
1 parent c934dde commit 0112625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
ISSUE_URI = 'https://bugs.python.org/issue%s'
37-
SOURCE_URI = 'https://hg.python.org/cpython/file/default/%s'
37+
SOURCE_URI = 'https://hg.python.org/cpython/file/3.6/%s'
3838

3939
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
4040
from docutils.parsers.rst.states import Body

0 commit comments

Comments
 (0)