Skip to content

Commit 4a043e0

Browse files
StanFromIrelandencukoublurb-it[bot]terryjreedyhugovk
authored andcommitted
pythongh-126911: Update credits output (pythonGH-126913)
(cherry picked from commit 8fe1926) Co-authored-by: Stan U. <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent fd241d6 commit 4a043e0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lib/site.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,9 @@ def setcopyright():
426426
"""Set 'copyright' and 'credits' in builtins"""
427427
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
428428
builtins.credits = _sitebuiltins._Printer("credits", """\
429-
Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
430-
for supporting Python development. See www.python.org for more information.""")
429+
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
430+
Foundation, and a cast of thousands for supporting Python
431+
development. See www.python.org for more information.""")
431432
files, dirs = [], []
432433
# Not all modules are required to have a __file__ attribute. See
433434
# PEP 420 for more details.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update credits command output.

0 commit comments

Comments
 (0)