]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130167: Optimise ``textwrap.dedent()`` (#131919)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Mon, 31 Mar 2025 00:35:12 +0000 (01:35 +0100)
committerGitHub <noreply@github.com>
Mon, 31 Mar 2025 00:35:12 +0000 (00:35 +0000)
commit6aa88a2cb36240fe2b587f2e82043873270a27cf
tree734bd776a1a6b74af61c2f7cc9a130e8f038ea76
parent685fd74f81e673dc0430120f50009636b0e437a5
gh-130167: Optimise ``textwrap.dedent()`` (#131919)

Co-authored-by: Marius Juston <marius.juston@hotmail.fr>
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS.d/next/Library/2025-03-30-19-55-10.gh-issue-131792.NNjzFA.rst [new file with mode: 0644]