This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients icegood, paul.j3, r.david.murray
Date 2014-06-13.15:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402674327.21.0.253655430276.issue21747@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-13 15:45:27paul.j3setrecipients: + paul.j3, r.david.murray, icegood
2014-06-13 15:45:27paul.j3setmessageid: <1402674327.21.0.253655430276.issue21747@psf.upfronthosting.co.za>
2014-06-13 15:45:27paul.j3linkissue21747 messages
2014-06-13 15:45:27paul.j3create