-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-23378: Add an extend action to argparse #13305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patch looks good, are there other nargs=...
that this makes sense with? should it produce an error in the nonsensical cases? should it default to nargs='+'
?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup!
@isidentical: Status check is done, and it's a success ✅ . |
Add an extend action to argparse
https://bugs.python.org/issue23378