Commit 11652ce
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 <[email protected]>
1 parent e25799d commit 11652ce
File tree
3 files changed
+6
-2
lines changed- Lib
- test
- Misc/NEWS.d/next/Library
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| 851 | + | |
851 | 852 | | |
852 | 853 | | |
853 | 854 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4873 | 4873 | | |
4874 | 4874 | | |
4875 | 4875 | | |
| 4876 | + | |
4876 | 4877 | | |
4877 | 4878 | | |
4878 | 4879 | | |
4879 | 4880 | | |
4880 | 4881 | | |
4881 | | - | |
| 4882 | + | |
4882 | 4883 | | |
4883 | 4884 | | |
4884 | 4885 | | |
| |||
4889 | 4890 | | |
4890 | 4891 | | |
4891 | 4892 | | |
| 4893 | + | |
4892 | 4894 | | |
4893 | 4895 | | |
4894 | 4896 | | |
4895 | 4897 | | |
4896 | 4898 | | |
4897 | | - | |
| 4899 | + | |
4898 | 4900 | | |
4899 | 4901 | | |
4900 | 4902 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments