diff options
author | Larry Hastings <larry@hastings.org> | 2017-07-24 01:16:33 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-07-24 01:16:33 (GMT) |
commit | c912af833905c3bb172f268410d6bcc5865f488c (patch) | |
tree | 5131388a6c446a9ffff83092eff5bfa93166881c /Doc | |
parent | 961168d3e785d99ebd4fb9fdf8803642b8669d26 (diff) | |
download | cpython-3.4.7rc1.zip cpython-3.4.7rc1.tar.gz cpython-3.4.7rc1.tar.bz2 |
Version bump and copyright year fixes for 3.4.7rc1.v3.4.7rc1
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/copyright.rst | 2 | ||||
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/copyright.rst b/Doc/copyright.rst index 22d7705..2b5400c 100644 --- a/Doc/copyright.rst +++ b/Doc/copyright.rst @@ -4,7 +4,7 @@ Copyright Python and this documentation is: -Copyright © 2001-2016 Python Software Foundation. All rights reserved. +Copyright © 2001-2017 Python Software Foundation. All rights reserved. Copyright © 2000 BeOpen.com. All rights reserved. diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 169060c..f719ae1 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 |