SIGN IN SIGN UP

gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)

* The parser no longer changes temporarily during parsing.
* Default values are not processed twice.
* Required mutually exclusive groups containing positional arguments are
  now supported.
* The missing arguments report now includes the names of all required
  optional and positional arguments.
* Unknown options can be intermixed with positional arguments in
  parse_known_intermixed_args().
S
Serhiy Storchaka committed
759a54d28ffe7eac8c23917f5d3dfad8309856be
Parent: 57e3c59
Committed by GitHub <noreply@github.com> on 10/22/2024, 10:57:25 AM