[issue9348] Calling argparse's add_argument with the wrong number of metavars causes delayed error message

Roundup Robot report at bugs.python.org
Sat Mar 26 17:59:16 CET 2011


Roundup Robot <devnull at devnull> added the comment:

New changeset c89db9b36ea6 by Steven Bethard in branch '3.2':
Issue #9348: Raise an early error if argparse nargs and metavar don't match.
http://hg.python.org/cpython/rev/c89db9b36ea6

New changeset b93a50bb74f2 by Steven Bethard in branch 'default':
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
http://hg.python.org/cpython/rev/b93a50bb74f2

New changeset 4bb651eb7539 by Steven Bethard in branch '2.7':
Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.)
http://hg.python.org/cpython/rev/4bb651eb7539

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list