[issue13249] argparse.ArgumentParser() lists arguments in the wrong order

Terry J. Reedy report at bugs.python.org
Sun Oct 23 21:11:03 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

In the doc, the signature line is followed by a list of short descriptions in a third order. That perhaps should be changed to follow the same corrected order as the signature line. On the other hand, it matches the order of the detail sections that follow. On the third hand, that current order is confusing as it intermixes parameters that affect the help message behavior with those that affect the actual argument parsing behavior. I think these should be separated with one group following the other.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list