[issue13922] argparse handling multiple "--" in args improperly

paul j3 report at bugs.python.org
Sat Apr 6 08:44:37 CEST 2013


paul j3 added the comment:

I am working on an alternative solution that moves the '--' removal to the consume_positionals() method, and only does it if there is a corresponding '-' in the arg_strings_pattern.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13922>
_______________________________________


More information about the Python-bugs-list mailing list