email.feedparser: support RFC 6532 section 3.5
未关闭
还没有人认领这个 Issue。
3.11
topic-email
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 44660 |
|---|---|
| Nosy | @warsaw, @terryjreedy, @bitdancer, @f18a14c09s |
| 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 2021-07-17.03:52:51.007>
labels = ['type-bug', 'expert-email', '3.11']
title = 'email.feedparser: support RFC 6532 section 3.5'
updated_at = <Date 2022-04-02.02:44:28.408>
user = 'https://github.com/f18a14c09s'
bugs.python.org fields:
activity = <Date 2022-04-02.02:44:28.408>
actor = 'f18a14c09s'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2021-07-17.03:52:51.007>
creator = 'f18a14c09s'
dependencies = []
files = []
hgrepos = []
issue_num = 44660
keywords = ['patch']
message_count = 9.0
messages = ['397693', '398094', '398100', '398101', '398103', '398107', '398108', '398773', '416533']
nosy_count = 6.0
nosy_names = ['barry', 'terry.reedy', 'r.david.murray', 'python-dev', 'virusdetected1337', 'f18a14c09s']
pr_nums = ['27208']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44660'
versions = ['Python 3.11']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 RFC 6532 第 3.5 节和 email.feedparser 的实现,然后查看现有的 python/cpython#27208 pull request。完成的标准是解析器通过适当的测试支持指定的行为,但该 issue 没有指明要更改的文件或测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend, internationalization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100