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 helmsman helmsman
Recipients helmsman helmsman, paul.j3
Date 2018-09-24.08:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537776058.26.0.956365154283.issue34744@psf.upfronthosting.co.za>
In-reply-to
Content
>'option_strings' is already being used in '_format_action_invocation()'.  So I don't see why this flag needs to appear again in the help line.

'option_strings' is available as a whole list, you can not use just first element of it

>Though the user can certainly hard code it into the line when defining the 'add_argument'

Same logic can be applied to other members of this dictionary, but it's purpose
>The help strings can include various format specifiers to avoid repetition of things like the program name or the argument default.
History
Date User Action Args
2018-09-24 08:00:58helmsman helmsmansetrecipients: + helmsman helmsman, paul.j3
2018-09-24 08:00:58helmsman helmsmansetmessageid: <1537776058.26.0.956365154283.issue34744@psf.upfronthosting.co.za>
2018-09-24 08:00:58helmsman helmsmanlinkissue34744 messages
2018-09-24 08:00:58helmsman helmsmancreate