Refactor zipfile to ease subclassing and enhancement
Open
Nobody has claimed this yet.
stdlib
type-refactor
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 37538 |
|---|---|
| Nosy | @serhiy-storchaka, @danifus |
| 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 2019-07-10.06:58:30.304>
labels = ['type-feature', 'library', '3.9']
title = 'Refactor zipfile to ease subclassing and enhancement'
updated_at = <Date 2019-07-26.09:26:37.550>
user = 'https://github.com/danifus'
bugs.python.org fields:
activity = <Date 2019-07-26.09:26:37.550>
actor = 'dhillier'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-07-10.06:58:30.304>
creator = 'dhillier'
dependencies = []
files = []
hgrepos = []
issue_num = 37538
keywords = ['patch']
message_count = 4.0
messages = ['347604', '347609', '347613', '347972']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'dhillier']
pr_nums = ['14957']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37538'
versions = ['Python 3.9']
Linked PRs
- gh-137101
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 the linked pull requests, especially gh-137101 and the referenced python/cpython#14957, to understand the proposed zipfile refactor. Confirm the intended subclassing and enhancement boundaries from that work; done means the refactor is complete and its existing behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100