argparse should support multiple types when nargs > 1
Open
@savannahostrowski is already working on this.
Since Nov 4, 2024.
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38217 |
|---|---|
| Nosy | @rhettinger |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2019-09-18.16:20:02.635>
labels = ['type-feature', 'library', '3.9']
title = 'argparse should support multiple types when nargs > 1'
updated_at = <Date 2019-09-18.16:58:43.613>
user = 'https://bugs.python.org/rgov'
bugs.python.org fields:
activity = <Date 2019-09-18.16:58:43.613>
actor = 'paul.j3'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-09-18.16:20:02.635>
creator = 'rgov'
dependencies = []
files = []
hgrepos = []
issue_num = 38217
keywords = []
message_count = 2.0
messages = ['352741', '352744']
nosy_count = 3.0
nosy_names = ['rhettinger', 'paul.j3', 'rgov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue38217'
versions = ['Python 3.9']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.