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

(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]