summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>2019-05-21 17:47:42 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-21 17:47:42 (GMT)
commitaa32a7e1116f7aaaef9fec453db910e90ab7b101 (patch)
tree2e361b8ada3bdcaac42a8aa0e237baaf814d66c9 /Misc
parentd5c120f7eb6f2a9cdab282a5d588afed307a23df (diff)
downloadcpython-aa32a7e1116f7aaaef9fec453db910e90ab7b101.zip
cpython-aa32a7e1116f7aaaef9fec453db910e90ab7b101.tar.gz
cpython-aa32a7e1116f7aaaef9fec453db910e90ab7b101.tar.bz2
bpo-23378: Add an extend action to argparse (GH-13305)
Add an extend action to argparse https://bugs.python.org/issue23378
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-14-05-38-22.bpo-23378.R25teI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-14-05-38-22.bpo-23378.R25teI.rst b/Misc/NEWS.d/next/Library/2019-05-14-05-38-22.bpo-23378.R25teI.rst
new file mode 100644
index 0000000..c7c3f17
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-14-05-38-22.bpo-23378.R25teI.rst
@@ -0,0 +1 @@
+Add an extend action to argparser.