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 vreuter
Recipients rhettinger, vreuter
Date 2021-04-18.04:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618719935.91.0.927941006525.issue43876@roundup.psfhosted.org>
In-reply-to
Content
Got it, I see. I guess I'd prefer to be able to control the expectation about argument number through the keyword, without changing the option name, but I understand if the other way (as implemented) is preferred. Can you clarify, though, or direct me in the docs, the distinction in the number expectation between "one or more" vs. "two or more?" What does it mean for "two or more" to be expected (for nargs='*') if there's no parse error thrown even when the option's entirely omitted?
History
Date User Action Args
2021-04-18 04:25:35vreutersetrecipients: + vreuter, rhettinger
2021-04-18 04:25:35vreutersetmessageid: <1618719935.91.0.927941006525.issue43876@roundup.psfhosted.org>
2021-04-18 04:25:35vreuterlinkissue43876 messages
2021-04-18 04:25:35vreutercreate