]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)
authorErlend E. Aasland <erlend@python.org>
Fri, 22 Dec 2023 20:28:15 +0000 (21:28 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 20:28:15 +0000 (21:28 +0100)
commitdaa658aba5133b78db89c90056a8421bd6ac8703
tree39b76f9575e338bc00ab1b8aa9d5fcede1d5bb5d
parenta0d3d3ec9ddd35514aa8db68b2fe9b8151cfc0a6
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)

Replace the internal accumulator APIs by using lists of strings and join().

Yak-shaving for separating out formatting code into a separate file.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_clinic.py
Tools/clinic/clinic.py