Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ec1bee

Browse files
committed
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.
1 parent 4f35d79 commit 2ec1bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# General substitutions.
1919
project = 'Python'
20-
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
20+
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
2121

2222
# We look for the Include/patchlevel.h file in the current Python source tree
2323
# and replace the values accordingly.

0 commit comments

Comments
 (0)