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 Bernhard10
Recipients Bernhard10
Date 2017-11-24.09:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511517203.18.0.213398074469.issue32123@psf.upfronthosting.co.za>
In-reply-to
Content
Since there have not been any significant change to the code of argparse.HelpFormatter in the last few years but there are still some open issues where people want to customize formatting, I would like to ask: What is required before parts of the API of argparse.HelpFormatter can be made public?

Related issues:
https://bugs.python.org/issue17113 RawDescriptionHelpFormatter removes blank lines
https://bugs.python.org/issue12806 and https://bugs.python.org/issue22029 request a formatter that (partly) wraps lines but keeps newlines.
https://bugs.python.org/issue11695 costumize usage
https://bugs.python.org/issue28742 Improve ArgumentDefaultsHelpFormatter


All this issues could be fixed outside the standard library by sub-classing HelpFormatter, which would require a public and documented API for it.

So my question: What is missing before HelpFormatter can get a public API and how can I help?
History
Date User Action Args
2017-11-24 09:53:23Bernhard10setrecipients: + Bernhard10
2017-11-24 09:53:23Bernhard10setmessageid: <1511517203.18.0.213398074469.issue32123@psf.upfronthosting.co.za>
2017-11-24 09:53:23Bernhard10linkissue32123 messages
2017-11-24 09:53:22Bernhard10create