]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-86357: argparse: use str() consistently and explicitly to print choices...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Oct 2024 07:09:06 +0000 (10:09 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 07:09:06 +0000 (07:09 +0000)
commitd3d306a9d63e879d4eac42694b94ed4a7f440332
tree82af8cd8c4c2a66998642ea6fd60133895d46b7a
parent1279be610dd22fc116998a60c0f9a08fa18386ea
[3.13] gh-86357: argparse: use str() consistently and explicitly to print choices (GH-117766) (GH-125431)

(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]