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

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


https://hg.python.org/cpython/rev/fa0a941728a8
changeset:   101113:fa0a941728a8
parent:      101111:ee815d3535f5
parent:      101112:7cb3364952d5
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Apr 24 03:21:32 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