diff options
author | Maximilian Hils <git@maximilianhils.com> | 2021-08-16 21:42:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 21:42:21 (GMT) |
commit | 1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f (patch) | |
tree | f05667cbf2a17004fcc20f01d48332558460c16a /Misc | |
parent | d84d2c4985457733602d46dc4ee77290da4e9539 (diff) | |
download | cpython-1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f.zip cpython-1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f.tar.gz cpython-1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f.tar.bz2 |
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Co-authored-by: Micky Yun Chan <michan@redhat.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-09-13-17-10.bpo-38956.owWLNv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-09-13-17-10.bpo-38956.owWLNv.rst b/Misc/NEWS.d/next/Library/2021-08-09-13-17-10.bpo-38956.owWLNv.rst new file mode 100644 index 0000000..3f57c0e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-09-13-17-10.bpo-38956.owWLNv.rst @@ -0,0 +1 @@ +:class:`argparse.BooleanOptionalAction`'s default value is no longer printed twice when used with :class:`argparse.ArgumentDefaultsHelpFormatter`. |