mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update SOURCE_URI to reflect that we're branching 3.5 now.
This commit is contained in:
parent
0482af4269
commit
40040dfc4b
1 changed files with 1 additions and 1 deletions
|
@ -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.5/%s'
|
||||
|
||||
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
|
||||
from docutils.parsers.rst.states import Body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue