mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
[3.13] gh-138993: Dedent credits
text (GH-138994) (#140087)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
115ee7ba5c
commit
77976761ba
2 changed files with 4 additions and 3 deletions
|
@ -443,9 +443,9 @@ def setcopyright():
|
||||||
"""Set 'copyright' and 'credits' in builtins"""
|
"""Set 'copyright' and 'credits' in builtins"""
|
||||||
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
|
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
|
||||||
builtins.credits = _sitebuiltins._Printer("credits", """\
|
builtins.credits = _sitebuiltins._Printer("credits", """\
|
||||||
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
|
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.""")
|
development. See www.python.org for more information.""")
|
||||||
files, dirs = [], []
|
files, dirs = [], []
|
||||||
# Not all modules are required to have a __file__ attribute. See
|
# Not all modules are required to have a __file__ attribute. See
|
||||||
# PEP 420 for more details.
|
# PEP 420 for more details.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Dedent :data:`credits` text.
|
Loading…
Add table
Add a link
Reference in a new issue