diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2019-11-11 20:47:48 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-11-11 20:47:48 (GMT) |
commit | a0ed99bca8475cbc82e9202aa354faba2a4620f4 (patch) | |
tree | 711f4057ace58c12f19608a0a428c64724a9b882 /Misc/NEWS.d/next/Library | |
parent | 84ac4376587e35d16b4d0977c4f330d9d04b690a (diff) | |
download | cpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.zip cpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.tar.gz cpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.tar.bz2 |
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-11-11-06-14-25.bpo-38438.vSVeHN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-11-06-14-25.bpo-38438.vSVeHN.rst b/Misc/NEWS.d/next/Library/2019-11-11-06-14-25.bpo-38438.vSVeHN.rst new file mode 100644 index 0000000..69ea2de --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-11-11-06-14-25.bpo-38438.vSVeHN.rst @@ -0,0 +1 @@ +Simplify the :mod:`argparse` usage message for ``nargs="*"``.
\ No newline at end of file |