[issue14504] Suggestion to improve argparse's help messages for "store_const"

2012-07-21 Thread Steven Bethard
Steven Bethard added the comment: Special casing the formatting of 'store_const' makes me nervous because formatting is already complicated and it doesn't know anything about action types. But feel free to propose a patch! In the meantime: - propagate the default to all the options You can

[issue14504] Suggestion to improve argparse's help messages for "store_const"

2012-04-05 Thread R. David Murray
Changes by R. David Murray : -- nosy: +bethard versions: +Python 3.3 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue14504] Suggestion to improve argparse's help messages for "store_const"

2012-04-05 Thread Amnon Harel
New submission from Amnon Harel : argparse's help messages for variables that use "store_const" can probably be improved: - propagate the default to all the options - mark the default option as such explicitly - group the keywords that have the same destination together (?) - place the default o