summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-26-03-04-24.gh-issue-121018.clVSc4.rst
blob: fdc3c5f9e459af7ce0b5db9c7e5f598fe2c30295 (plain)
1
2
Fixed an issue where :meth:`!argparse.ArgumentParser.parses_args` did not honor ``exit_on_error=False`` when given unrecognized arguments.
Patch by Ben Hsing.