-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
The argparse Action class omits "required" for the "names" list #91832
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
Comments
Found the solution, working on the commit. |
fatihkabakk
added a commit
to fatihkabakk/cpython
that referenced
this issue
Apr 22, 2022
fatihkabakk
added a commit
to fatihkabakk/cpython
that referenced
this issue
Apr 22, 2022
… the updated library
This was referenced Apr 28, 2022
miss-islington
pushed a commit
that referenced
this issue
Apr 28, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 28, 2022
…-91841) GH- Adding 'required' to names in Lib.argparse.Action pythongh-91832: Added 'required' to the list `names` in `Lib.argparse.Action`. Changed constant strings that test the Action object. Automerge-Triggered-By: GH:merwok (cherry picked from commit 4ed3900) Co-authored-by: Abhigyan Bose <abhigyandeepbose@gmail.com>
miss-islington
added a commit
that referenced
this issue
Apr 28, 2022
GH- Adding 'required' to names in Lib.argparse.Action gh-91832: Added 'required' to the list `names` in `Lib.argparse.Action`. Changed constant strings that test the Action object. Automerge-Triggered-By: GH:merwok (cherry picked from commit 4ed3900) Co-authored-by: Abhigyan Bose <abhigyandeepbose@gmail.com>
miss-islington
added a commit
that referenced
this issue
Apr 28, 2022
GH- Adding 'required' to names in Lib.argparse.Action gh-91832: Added 'required' to the list `names` in `Lib.argparse.Action`. Changed constant strings that test the Action object. Automerge-Triggered-By: GH:merwok (cherry picked from commit 4ed3900) Co-authored-by: Abhigyan Bose <abhigyandeepbose@gmail.com>
Fixed, thanks to you both for the pull requests! |
hello-adam
pushed a commit
to hello-adam/cpython
that referenced
this issue
Jun 2, 2022
…-91841) GH- Adding 'required' to names in Lib.argparse.Action pythongh-91832: Added 'required' to the list `names` in `Lib.argparse.Action`. Changed constant strings that test the Action object. Automerge-Triggered-By: GH:merwok (cherry picked from commit 4ed3900) Co-authored-by: Abhigyan Bose <abhigyandeepbose@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has the user visible effect of the required attribute not displaying in the repr:
The text was updated successfully, but these errors were encountered: