[issue9444] argparse does not honor prefix_chars when adding default options

R. David Murray report at bugs.python.org
Mon Aug 2 23:44:10 CEST 2010


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

The combined patches look good to me, and I tested the tests and patch.  (I accidentally deleted the earlier fix patch, sorry).  It would be nice to add one more test case that does prefix="+-/" to make sure - is used when it isn't first.

Steven, I'd be happy to commit this if you are OK with it, since I was mentoring the people who wrote it.

----------
nosy: +r.david.murray
stage: patch review -> commit review

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


More information about the Python-bugs-list mailing list