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 paul.j3
Recipients helmsman helmsman, paul.j3
Date 2018-09-27.03:26:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538018789.48.0.545547206417.issue34744@psf.upfronthosting.co.za>
In-reply-to
Content
The preferred way of adding new features to the Formatter is to subclass it, and modify one or more methods.  That's what the existing alternative formatters do.

A user can easily create such a subclass, and use it with their own parser, without having to modify the stock `argparse.py` file.

Given that flexibility, adding new features (as opposed to bug fixes) to the help formatter should have a low priority.
History
Date User Action Args
2018-09-27 03:26:29paul.j3setrecipients: + paul.j3, helmsman helmsman
2018-09-27 03:26:29paul.j3setmessageid: <1538018789.48.0.545547206417.issue34744@psf.upfronthosting.co.za>
2018-09-27 03:26:29paul.j3linkissue34744 messages
2018-09-27 03:26:29paul.j3create