ipaddress.IPv4network.interfaces()
Open
Nobody has claimed this yet.
3.10
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 42478 |
|---|---|
| Nosy | @terryjreedy, @ncoghlan, @ericvsmith, @akulakov |
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-11-26.23:35:44.724>
labels = ['type-feature', 'library', '3.10']
title = 'ipaddress.IPv4network.interfaces()'
updated_at = <Date 2021-07-17.21:14:40.781>
user = 'https://bugs.python.org/wykoterhaar'
bugs.python.org fields:
activity = <Date 2021-07-17.21:14:40.781>
actor = 'andrei.avk'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-11-26.23:35:44.724>
creator = 'wyko.ter.haar'
dependencies = []
files = []
hgrepos = []
issue_num = 42478
keywords = []
message_count = 8.0
messages = ['381921', '381927', '381932', '381934', '381935', '381998', '381999', '397732']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'ncoghlan', 'eric.smith', 'wyko.ter.haar', 'andrei.avk']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42478'
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 by locating the ipaddress module and the IPv4network.interfaces() entry point. The issue is marked “test needed,” so determine the intended interface behavior from the linked BPO issue 42478 and add tests that establish the expected result before considering the feature complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100