| BPO | 41769 |
|---|---|
| Nosy | @terryjreedy, @rjeffman |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2020-09-12.02:38:08.047> labels = ['3.8', 'library'] title = 'Positional arguments with boolean actions behave differently' updated_at = <Date 2020-09-21.14:45:29.058> user = 'https://github.com/rjeffman'
bugs.python.org fields:
activity = <Date 2020-09-21.14:45:29.058> actor = 'rjeffman' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2020-09-12.02:38:08.047> creator = 'rjeffman' dependencies = [] files = [] hgrepos = [] issue_num = 41769 keywords = [] message_count = 4.0 messages = ['376764', '377141', '377241', '377258'] nosy_count = 3.0 nosy_names = ['terry.reedy', 'paul.j3', 'rjeffman'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue41769' versions = ['Python 3.8']
Linked PRs
- gh-85935: Check for nargs=0 for positional arguments in argparse #124839
- gh-85935: Improve tests for invalid arguments in test_argparse #124891
- [3.12] gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891) #124898
- [3.13] gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891) #124901
- gh-85935: Explicitly document the case nargs=0 in argparse #125302
- [3.13] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302) #125357
- [3.12] gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302) #125358