]> granicus.if.org Git - python/commit
bpo-16970: Adding error message for invalid args (GH-14844)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Aug 2019 05:16:44 +0000 (22:16 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2019 05:16:44 +0000 (22:16 -0700)
commit1cc70322c99b80c123f9ff23a415d3da28b4ec74
tree0fac75fa4be0e97274fe0c68639fbeb1ab1a2d20
parent8399641c34d8136c3151fda6461cc4727a20b28e
bpo-16970: Adding error message for invalid args (GH-14844)

BPO -16970: Adding error message for invalid args

Applied the patch argparse-v2 patch issue 16970, ran patch check and the test suite, test_argparse with 0 errors

https://bugs.python.org/issue16970
(cherry picked from commit 4b3e97592376d5f8a3b75192b399a2da1be642cb)

Co-authored-by: tmblweed <tmblweed@users.noreply.github.com>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-07-19-01-46-56.bpo-16970.GEASf5.rst [new file with mode: 0644]