From ce0a99d4cb388c5e9002a48cc3c06abb0bef0ea5 Mon Sep 17 00:00:00 2001 From: "Stan U." <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:59:14 +0000 Subject: [PATCH 1/6] Update credits output --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/site.py b/Lib/site.py index 07a6361fad44e5..35332d3a3f68a9 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -442,7 +442,7 @@ def setcopyright(): """Set 'copyright' and 'credits' in builtins""" builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright) builtins.credits = _sitebuiltins._Printer("credits", """\ - Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands + Thanks to CWI, CNRI, the Python Software Foundation, Zope Corporation and a cast of thousands for supporting Python development. See www.python.org for more information.""") files, dirs = [], [] # Not all modules are required to have a __file__ attribute. See From 6a2546851055563ba427801c8f8bdf9dc6a09560 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:08:42 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst diff --git a/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst b/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst new file mode 100644 index 00000000000000..8f54afc071a19f --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst @@ -0,0 +1 @@ +Updated credits command output From 2935f28bcb409e93353f0916627042ab932860fa Mon Sep 17 00:00:00 2001 From: "Stan U." <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:00:02 +0000 Subject: [PATCH 3/6] Update site.py --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/site.py b/Lib/site.py index 35332d3a3f68a9..9d21eaed9d214d 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -442,7 +442,7 @@ def setcopyright(): """Set 'copyright' and 'credits' in builtins""" builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright) builtins.credits = _sitebuiltins._Printer("credits", """\ - Thanks to CWI, CNRI, the Python Software Foundation, Zope Corporation and a cast of thousands + Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software Foundation and a cast of thousands for supporting Python development. See www.python.org for more information.""") files, dirs = [], [] # Not all modules are required to have a __file__ attribute. See From 8b487023afb99df8bb073e72cccf1d41d1453a03 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 17 Nov 2024 17:44:33 -0500 Subject: [PATCH 4/6] Update Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst --- .../next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst b/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst index 8f54afc071a19f..32481cde930fcd 100644 --- a/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst +++ b/Misc/NEWS.d/next/Windows/2024-11-16-22-08-41.gh-issue-126911.HchCZZ.rst @@ -1 +1 @@ -Updated credits command output +Update credits command output. From 89ff6329dcfd4163e137ac8d0dd50d023d7a5b66 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 17 Nov 2024 17:44:40 -0500 Subject: [PATCH 5/6] Update Lib/site.py --- Lib/site.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Lib/site.py b/Lib/site.py index 9d21eaed9d214d..89e5d48ee5653c 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -442,8 +442,9 @@ def setcopyright(): """Set 'copyright' and 'credits' in builtins""" builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright) builtins.credits = _sitebuiltins._Printer("credits", """\ - Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software Foundation and a cast of thousands - for supporting Python development. See www.python.org for more information.""") + Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software + Foundation, and a cast of thousands for supporting Python + development. See www.python.org for more information.""") files, dirs = [], [] # Not all modules are required to have a __file__ attribute. See # PEP 420 for more details. From 9cd1d9415eb254e3cb009f4b162b024cc9e3311b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:01:17 +0200 Subject: [PATCH 6/6] Remove duplicate space Co-authored-by: Petr Viktorin --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/site.py b/Lib/site.py index 89e5d48ee5653c..54f07ab5b4e6d5 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -443,7 +443,7 @@ def setcopyright(): builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright) builtins.credits = _sitebuiltins._Printer("credits", """\ Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software - Foundation, and a cast of thousands for supporting Python + Foundation, and a cast of thousands for supporting Python development. See www.python.org for more information.""") files, dirs = [], [] # Not all modules are required to have a __file__ attribute. See