]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86357: argparse: use str() consistently and explicitly to print choices...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Oct 2024 07:04:44 +0000 (10:04 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 07:04:44 +0000 (07:04 +0000)
commit21524eec48f5b1c807f185253e9350cfdd897ce0
treedb1a16255c97e596ce12b38f518965fb8a24f47f
parent20323bf733810d7dc7e6bcd86dfbc16b7f3c4b30
[3.12] gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766) (GH-125432)

(cherry picked from commit 66b3922b97388c328c9bd8df050eef11c0261fae)

Signed-off-by: Jan Chren ~rindeal <dev.rindeal@gmail.com>
Co-authored-by: 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]