diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-24 00:41:13 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-24 00:41:13 (GMT) |
commit | 40040dfc4b72f93527129916b6bf28320e163cf8 (patch) | |
tree | 7602d63527317c031a21cef4b7e4ad2a2e89f97d /Doc/tools | |
parent | 0482af4269cc1e7935707aef208b7f46c57160e3 (diff) | |
download | cpython-40040dfc4b72f93527129916b6bf28320e163cf8.zip cpython-40040dfc4b72f93527129916b6bf28320e163cf8.tar.gz cpython-40040dfc4b72f93527129916b6bf28320e163cf8.tar.bz2 |
Update SOURCE_URI to reflect that we're branching 3.5 now.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 9b78184..d44b052 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -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 |