]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620) (#140621)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Oct 2025 12:00:10 +0000 (13:00 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 12:00:10 +0000 (12:00 +0000)
commitd664102a45cd0024878883640e29996170114bc6
treec4a56d87be69debfca0712fd87b20cd526c1c75b
parent57ba6aedf6c11b52154e0ba17ae86bb8bcabd574
[3.14] gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620) (#140621)

gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620)

Other themes are kw-only constructible.
(cherry picked from commit 387ac2d2f3a9de139d2e1ad5f0dc7996af015f54)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/_colorize.py