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 iritkatriel
Recipients iritkatriel, lys.nikolaou, silvioprog, vishalpandeyvip
Date 2021-11-28.19:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638128756.91.0.677385218536.issue45912@roundup.psfhosted.org>
In-reply-to
Content
I don't think argparse should do such formatting. You can give it the help text in this format if that's what you want printed, and you can implement your own formatter: https://docs.python.org/3/library/argparse.html#formatter-class
History
Date User Action Args
2021-11-28 19:45:56iritkatrielsetrecipients: + iritkatriel, lys.nikolaou, vishalpandeyvip, silvioprog
2021-11-28 19:45:56iritkatrielsetmessageid: <1638128756.91.0.677385218536.issue45912@roundup.psfhosted.org>
2021-11-28 19:45:56iritkatriellinkissue45912 messages
2021-11-28 19:45:56iritkatrielcreate