]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)
authorJakob <jakob@schluse.com>
Wed, 22 Oct 2025 16:15:26 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Oct 2025 16:15:26 +0000 (16:15 +0000)
commitd2f3cfd38457204a2c47162de6f89ee3dd22fa99
treede35a312944a81b8adc0ddacb9bb421cde7048dd
parentd51be28876ac0715b6fc674ef41618d214021348
gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)
Doc/library/argparse.rst
Doc/whatsnew/3.15.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/ACKS
Misc/NEWS.d/next/Library/2025-10-22-12-56-57.gh-issue-140448.GsEkXD.rst [new file with mode: 0644]