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 forest
Recipients forest, jkloth, paul.j3, rhettinger
Date 2021-09-06.06:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8hdbjghb2em61msfha00sujspc2ohfohtm@4ax.com>
In-reply-to <1630909035.27.0.127061638422.issue45110@roundup.psfhosted.org>
Content
>Subclassing a help formatter is preferred because it minimizes the chance of 
>hurting existing users.

Fair enough.

Whatever the approach, I hope argparse can be made to support this through a
simple, documented interface.  I had to grovel through standard library code
to figure out what to override and what to duplicate in order to get the
output I want.  That seems like a needlessly high barrier for such a common
(and apparently oft-requested) format.
History
Date User Action Args
2021-09-06 06:46:51forestsetrecipients: + forest, rhettinger, jkloth, paul.j3
2021-09-06 06:46:51forestlinkissue45110 messages
2021-09-06 06:46:51forestcreate