]> granicus.if.org Git - python/commit
bpo-23378: Add an extend action to argparse (GH-13305)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Tue, 21 May 2019 17:47:42 +0000 (20:47 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 May 2019 17:47:42 +0000 (10:47 -0700)
commitaa32a7e1116f7aaaef9fec453db910e90ab7b101
tree2e361b8ada3bdcaac42a8aa0e237baaf814d66c9
parentd5c120f7eb6f2a9cdab282a5d588afed307a23df
bpo-23378: Add an extend action to argparse (GH-13305)

Add an extend action to argparse

https://bugs.python.org/issue23378
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2019-05-14-05-38-22.bpo-23378.R25teI.rst [new file with mode: 0644]