Message220017
http://bugs.python.org/issue21666
raises the possibility of testing the 'help' parameter in the same way. By adding (to _check_argument):
# check the 'help' string
try:
self._get_formatter()._expand_help(action)
except (ValueError, TypeError, KeyError) as e:
raise ArgumentError(action, 'badly formed help string') |
|
Date |
User |
Action |
Args |
2014-06-08 06:05:34 | paul.j3 | set | recipients:
+ paul.j3, bethard, eric.araujo, Jason.Baker |
2014-06-08 06:05:34 | paul.j3 | set | messageid: <1402207534.72.0.170354924493.issue9849@psf.upfronthosting.co.za> |
2014-06-08 06:05:34 | paul.j3 | link | issue9849 messages |
2014-06-08 06:05:34 | paul.j3 | create | |
|