sys.argv may be None or an empty list
Open
Nobody has claimed this yet.
3.10
docs
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 41615 |
|---|---|
| Nosy | @gvanrossum, @terryjreedy, @jaraco |
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 2020-08-22.12:35:17.014>
labels = ['3.10', 'docs']
title = 'sys.argv may be None or an empty list'
updated_at = <Date 2020-08-31.00:02:18.257>
user = 'https://github.com/jaraco'
bugs.python.org fields:
activity = <Date 2020-08-31.00:02:18.257>
actor = 'gvanrossum'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-08-22.12:35:17.014>
creator = 'jaraco'
dependencies = []
files = []
hgrepos = []
issue_num = 41615
keywords = []
message_count = 11.0
messages = ['375796', '376073', '376077', '376093', '376094', '376106', '376110', '376118', '376121', '376134', '376138']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'terry.reedy', 'jaraco', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41615'
versions = ['Python 3.10']
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 with the Python documentation for sys.argv and compare its current wording with the issue title. Determine where the behavior for None or an empty list is documented, then update that documentation and verify the wording is accurate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100