]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-139809: Fix argparse subcommand prog not respecting color environment varia...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Oct 2025 17:19:54 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 17:19:54 +0000 (17:19 +0000)
commitaf1cb1cdb883a3cd4ec0f284cc714cfc246f12cd
treecf32af0bc4933241e1d0d551e37708f46ebab5cb
parent2cc13ff304b92a5c371c52a653fb275326714a1a
[3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866)

GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818)
(cherry picked from commit 9fc4366f09904fd9aac797d542e332e8a4c1a921)

Co-authored-by: Savannah Ostrowski <savannah@python.org>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2025-10-09-03-06-19.gh-issue-139809.lzHJNu.rst [new file with mode: 0644]