Skip to content

Commit 5457561

Browse files
miss-islingtonStanFromIrelandencukoublurb-it[bot]terryjreedy
authored
[3.13] gh-126911: Update credits output (GH-126913) (#126973)
Co-authored-by: Stan U <[email protected]> Co-authored-by: Petr Viktorin <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent a7b44d6 commit 5457561

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Lib/site.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,9 @@ def setcopyright():
442442
"""Set 'copyright' and 'credits' in builtins"""
443443
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
444444
builtins.credits = _sitebuiltins._Printer("credits", """\
445-
Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
446-
for supporting Python development. See www.python.org for more information.""")
445+
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
446+
Foundation, and a cast of thousands for supporting Python
447+
development. See www.python.org for more information.""")
447448
files, dirs = [], []
448449
# Not all modules are required to have a __file__ attribute. See
449450
# 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)