]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130645: Default to color help in argparse (#136809)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 20 Jul 2025 21:55:44 +0000 (23:55 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jul 2025 21:55:44 +0000 (14:55 -0700)
commitacbe896cb12d6a92e6150fff22921756f6928035
tree9caac8897ee4eaaf6f6986546eacf2ea4401fc38
parent65d2c51c10425dcfacc0a13810d58c41240d7ff9
GH-130645: Default to color help in argparse (#136809)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Doc/library/argparse.rst
Doc/whatsnew/3.14.rst
Lib/argparse.py
Lib/test/test_argparse.py
Lib/test/test_clinic.py
Misc/NEWS.d/next/Library/2025-07-19-16-20-54.gh-issue-130645.O-dYcN.rst [new file with mode: 0644]