diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-09-05-17-43-00.bpo-14191.vhh2xx.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-05-17-43-00.bpo-14191.vhh2xx.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-05-17-43-00.bpo-14191.vhh2xx.rst b/Misc/NEWS.d/next/Library/2017-09-05-17-43-00.bpo-14191.vhh2xx.rst new file mode 100644 index 0000000..b9e26fb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-05-17-43-00.bpo-14191.vhh2xx.rst @@ -0,0 +1,3 @@ +A new function ``argparse.ArgumentParser.parse_intermixed_args`` provides the +ability to parse command lines where there user intermixes options and +positional arguments. |