]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766)
authorrindeal <dev.rindeal@gmail.com>
Mon, 14 Oct 2024 06:36:53 +0000 (06:36 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 06:36:53 +0000 (09:36 +0300)
commit66b3922b97388c328c9bd8df050eef11c0261fae
treea9056707e6f79127d6cae6e0208e58d7fdd249d7
parentcfc27bc50fe165330f2295f9ac0ad56ca5b0f31c
gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766)

Signed-off-by: Jan Chren ~rindeal <dev.rindeal@gmail.com>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2024-04-19-05-58-50.gh-issue-117766.J3xepp.rst [new file with mode: 0644]