[issue9077] argparse does not handle arguments correctly after --

R. David Murray report at bugs.python.org
Fri Jun 25 22:26:22 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Still looks like it is working as designed to me.  Argpase is *parsing* the arguments, that's part of the whole point.  What you are observing is what I would expect from a well behaved unix command (*arguments* before the -- are just arguments, only the interpretation of options is stopped by --).

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list