[issue14174] argparse.REMAINDER fails to parse remainder correctly

Idan Kamara report at bugs.python.org
Fri Sep 21 23:24:02 CEST 2012


Idan Kamara added the comment:

I just ran into this issue myself and worked around it by using parse_known_args*.

* http://docs.python.org/library/argparse.html#partial-parsing

----------
nosy: +idank

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


More information about the Python-bugs-list mailing list