[issue36863] argparse doesn't like options in the middle of arguments

Martin Panter report at bugs.python.org
Sat May 11 01:34:34 EDT 2019


Martin Panter <vadmium+py at gmail.com> added the comment:

The “cmd” module doesn’t use “argparse” as far as I can see. You might have to provide more information or code for someone to make sense of or reproduce your bug.

Also, see Issue 14191 which added new “parse_[known]_intermixed_args” APIs in 3.7, and have a look at Issue 15112, about intermixing options between particular kinds of positional parameters.

----------
nosy: +martin.panter
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36863>
_______________________________________


More information about the Python-bugs-list mailing list