diff options
author | Larry Hastings <larry@hastings.org> | 2017-07-23 18:16:33 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-07-23 18:16:33 -0700 |
commit | c912af833905c3bb172f268410d6bcc5865f488c (patch) | |
tree | 5131388a6c446a9ffff83092eff5bfa93166881c /Doc/tools/extensions/pyspecific.py | |
parent | 961168d3e785d99ebd4fb9fdf8803642b8669d26 (diff) | |
download | cpython-3.4.7rc1.tar.gz cpython-3.4.7rc1.zip |
Version bump and copyright year fixes for 3.4.7rc1.v3.4.7rc1
Diffstat (limited to 'Doc/tools/extensions/pyspecific.py')
-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 169060c1cdc..f719ae112f6 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/3.4/%s' +SOURCE_URI = 'https://github.com/python/cpython/tree/3.4/%s' # monkey-patch reST parser to disable alphabetic and roman enumerated lists from docutils.parsers.rst.states import Body |