Cmd do_something only accepts one argument
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 33227 |
|---|---|
| Nosy | @ned-deily, @merwok, @oz123 |
| Files |
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 2018-04-05.06:26:53.253>
labels = ['3.8', 'type-feature', 'library']
title = 'Cmd do_something only accepts one argument'
updated_at = <Date 2018-04-06.22:11:02.558>
user = 'https://github.com/oz123'
bugs.python.org fields:
activity = <Date 2018-04-06.22:11:02.558>
actor = 'ned.deily'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-04-05.06:26:53.253>
creator = 'Oz.Tiram'
dependencies = []
files = ['47520']
hgrepos = []
issue_num = 33227
keywords = ['patch']
message_count = 6.0
messages = ['314968', '315000', '315023', '315032', '315034', '315036']
nosy_count = 3.0
nosy_names = ['ned.deily', 'eric.araujo', 'Oz.Tiram']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue33227'
versions = ['Python 3.8']
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.
Research direction
Start by reading the attached cmd.patch and the current cmd library implementation; the issue does not identify a current source file or test. Determine the intended multi-argument behavior from the patch, then verify that the command handling accepts it and that existing behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100