diff options
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 7a5d1e5..48c59b2 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -140,6 +140,15 @@ Improved Modules ================ +argparse +-------- + +The :meth:`~argparse.ArgumentParser.parse_intermixed_args` supports letting +the user intermix options and positional arguments on the command line, +as is possible in many unix commands. It supports most but not all +argparse features. (Contributed by paul.j3 in :issue:`14191`.) + + binascii -------- |