]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148823: Avoid importing `_colorize` when creating an `ArgumentParser` (#148827)
authorDavid Ellis <ducksual@gmail.com>
Wed, 6 May 2026 18:24:18 +0000 (19:24 +0100)
committerGitHub <noreply@github.com>
Wed, 6 May 2026 18:24:18 +0000 (18:24 +0000)
commit8cad740557f3a0860497bde5b02ad9c2b8ea9cf6
tree1b5b69087813648f0decf09ae1f3fa4a479d57d5
parent947c8ea3bc4240554c953396251d9a5ac2198ff4
gh-148823: Avoid importing `_colorize` when creating an `ArgumentParser` (#148827)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Savannah Ostrowski <savannah@python.org>
Lib/argparse.py
Lib/test/support/import_helper.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2026-05-06-14-26-37.gh-issue-148823.ySmOE4.rst [new file with mode: 0644]