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 shihai1991
Recipients SilentGhost, rhettinger, shihai1991
Date 2020-01-02.11:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577964005.19.0.0866374858089.issue39173@roundup.psfhosted.org>
In-reply-to
Content
1)>You'd need to elaborate on that. I've been using argparse for years and never once had presentational aspects affected by work. So, again, what is the actual use case for this?
  _AttributeHolder_ has sorted the args in `_get_kwargs()` and the offspring class override this function. So you have accepted this default behavior(do not use sorted attributes).
2)some guys have discussed this question in stackoverflow, such as: https://stackoverflow.com/questions/12268602/sort-argparse-help-alphabetically
3)This bpo stay in discussion stage and receive everyone's opinion ;)
History
Date User Action Args
2020-01-02 11:20:05shihai1991setrecipients: + shihai1991, rhettinger, SilentGhost
2020-01-02 11:20:05shihai1991setmessageid: <1577964005.19.0.0866374858089.issue39173@roundup.psfhosted.org>
2020-01-02 11:20:05shihai1991linkissue39173 messages
2020-01-02 11:20:05shihai1991create