[issue21747] argvars: error while parsing under windows

paul j3 report at bugs.python.org
Fri Jun 13 17:45:27 CEST 2014


paul j3 added the comment:

It's essentially the same issue as http://bugs.python.org/issue21666.

An error in the 'help' parameter is not caught until 'print_help' is called (via 'parse_args').  

A possible improvement is to test the 'help' string during 'add_argument'.  Similar testing for 'nargs' and 'metavar' has been proposed.

----------
nosy: +paul.j3

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


More information about the Python-bugs-list mailing list