]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Aug 2021 09:40:41 +0000 (02:40 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 09:40:41 +0000 (02:40 -0700)
commit6f6648e436d02bce0e49ba82f4377c0d2f586f0f
treefe2e7b5556bbdde7815905f6192a951ae1c6d10e
parent8516ca500eb45ecf997a471f003df02a9eb767ce
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)

Co-authored-by: Micky Yun Chan <michan@redhat.com>
(cherry picked from commit 1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f)

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2021-08-09-13-17-10.bpo-38956.owWLNv.rst [new file with mode: 0644]