]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises instead...
authorblhsing <blhsing@gmail.com>
Wed, 26 Jun 2024 07:41:51 +0000 (15:41 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 07:41:51 +0000 (10:41 +0300)
commit0654336dd5138aec04e3017e15ccbb90a44e053d
tree5bb24608c03a07c7ce19627d7efb09b01169daaa
parent82235449b85165add62c1b200299456a50a1d097
gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises instead of exiting when given unrecognized arguments (GH-121019)
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst [new file with mode: 0644]