[Python-checkins] cpython (3.5): Issue #19731: Update copyright year in docs.p.o footer

berker.peksag python-checkins at python.org
Sat Apr 23 20:21:15 EDT 2016


https://hg.python.org/cpython/rev/7cb3364952d5
changeset:   101112:7cb3364952d5
branch:      3.5
parent:      101110:79e7808c3941
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Apr 24 03:21:13 2016 +0300
summary:
  Issue #19731: Update copyright year in docs.p.o footer

See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html
for details.

Patch by Antoine Pitrou.

files:
  Doc/conf.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -17,7 +17,7 @@
 
 # General substitutions.
 project = 'Python'
-copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
+copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
 
 # We look for the Include/patchlevel.h file in the current Python source tree
 # and replace the values accordingly.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list