]> granicus.if.org Git - python/commit
bpo-16970: Adding error message for invalid args (GH-14844)
authortmblweed <tmblweed@users.noreply.github.com>
Fri, 2 Aug 2019 04:57:13 +0000 (21:57 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Aug 2019 04:57:13 +0000 (21:57 -0700)
commit4b3e97592376d5f8a3b75192b399a2da1be642cb
treeeba27853c200ae6a4196410b5770871222265bac
parent2491134029b195d3159a489e1803ee22a7839b41
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
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]