]> granicus.if.org Git - python/commit
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser...
authorHai Shi <shihai1992@gmail.com>
Thu, 12 Sep 2019 10:56:05 +0000 (05:56 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 10:56:05 +0000 (03:56 -0700)
commitf545638b5701652ffbe1774989533cdf5bc6631e
tree27c90f441b2aa84cf770ff3782550947b4ab36af
parent2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36
bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362)

Co-Authored-by: Xuanji Li <xuanji@gmail.com>
https://bugs.python.org/issue9938

Automerge-Triggered-By: @matrixise
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2019-08-21-16-38-56.bpo-9938.t3G7N9.rst [new file with mode: 0644]