Provide a way to skip magic-number search in ZipFile(mode='a')
未关闭
还没有人认领这个 Issue。
3.10
stdlib
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 42594 |
|---|
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-12-07.22:40:05.720>
labels = ['type-feature', 'library', '3.10']
title = "Provide a way to skip magic-number search in ZipFile(mode='a')"
updated_at = <Date 2020-12-07.22:40:05.720>
user = 'https://bugs.python.org/BartRobinson'
bugs.python.org fields:
activity = <Date 2020-12-07.22:40:05.720>
actor = 'Bart Robinson'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-12-07.22:40:05.720>
creator = 'Bart Robinson'
dependencies = []
files = []
hgrepos = []
issue_num = 42594
keywords = []
message_count = 1.0
messages = ['382691']
nosy_count = 1.0
nosy_names = ['Bart Robinson']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42594'
versions = ['Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 ZipFile 的实现以及 ZipFile(mode='a') 使用的追加模式路径,然后跟踪归档文件的魔数搜索发生在哪里。确定调用方如何跳过该搜索,并找出与追加模式相关的测试;当新选项能够正常工作且不破坏现有的 ZipFile 行为时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100