]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133346: make `_colorize.Argparse` kw-only constructible (#140620)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 26 Oct 2025 11:33:57 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 11:33:57 +0000 (11:33 +0000)
commit387ac2d2f3a9de139d2e1ad5f0dc7996af015f54
tree7596b838a3424afd3805492364534720057ce61e
parent00026d19c272d1cf3527027bd6f9de910ff45070
gh-133346: make `_colorize.Argparse` kw-only constructible (#140620)

Other themes are kw-only constructible.
Lib/_colorize.py