]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jul 2021 13:27:05 +0000 (06:27 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 13:27:05 +0000 (15:27 +0200)
commitc589992e09d0db7cb47d21d5948929e599fdbb94
tree31f2f9ebecb56245e0a72c5c6dda2319b372c084
parent21db59fc75b6ebb01bf120a8e5930fe032174f73
bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)

(cherry picked from commit 17575f73ce2cb9f3a4eb4cc416c690f9a4e7205c)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2017-09-20-14-43-03.bpo-29298._78CSN.rst [new file with mode: 0644]