Upgrade tuples in socket to named tuple like
Open
Nobody has claimed this yet.
3.7 (EOL)
topic-socket
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 30748 |
|---|---|
| Nosy | @skinny121 |
| PRs |
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 2017-06-24.22:33:37.733>
labels = ['type-feature', '3.7', 'expert-IO']
title = 'Upgrade tuples in socket to named tuple like'
updated_at = <Date 2017-06-25.04:19:16.853>
user = 'https://github.com/skinny121'
bugs.python.org fields:
activity = <Date 2017-06-25.04:19:16.853>
actor = 'python-dev'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['IO']
creation = <Date 2017-06-24.22:33:37.733>
creator = 'Ben Lewis'
dependencies = []
files = []
hgrepos = []
issue_num = 30748
keywords = []
message_count = 1.0
messages = ['296792']
nosy_count = 1.0
nosy_names = ['Ben Lewis']
pr_nums = ['2390']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue30748'
versions = ['Python 3.7']
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 reviewing BPO 30748 and the referenced PR #2390. The issue names no files or tests, so use those references to locate the socket tuple changes and their coverage; done means the requested socket tuples have been upgraded to named tuples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100