Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c934dde commit 0112625Copy full SHA for 0112625
1 file changed
Doc/tools/extensions/pyspecific.py
@@ -34,7 +34,7 @@
34
35
36
ISSUE_URI = 'https://bugs.python.org/issue%s'
37
-SOURCE_URI = 'https://hg.python.org/cpython/file/default/%s'
+SOURCE_URI = 'https://hg.python.org/cpython/file/3.6/%s'
38
39
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
40
from docutils.parsers.rst.states import Body
0 commit comments