email.utils.parsedate_to_datetime() should return None when date cannot be parsed
未关闭
还没有人认领这个 Issue。
3.10
stdlib
topic-email
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 30681 |
|---|---|
| Nosy | @warsaw, @ncoghlan, @bitdancer, @ambv, @serhiy-storchaka, @sim0nx, @timb07, @miss-islington |
| 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-15.23:12:43.396>
labels = ['type-bug', 'expert-email', '3.10']
title = 'email.utils.parsedate_to_datetime() should return None when date cannot be parsed'
updated_at = <Date 2020-10-27.07:37:48.458>
user = 'https://github.com/timb07'
bugs.python.org fields:
activity = <Date 2020-10-27.07:37:48.458>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2017-06-15.23:12:43.396>
creator = 'timb07'
dependencies = []
files = []
hgrepos = []
issue_num = 30681
keywords = ['patch']
message_count = 18.0
messages = ['296137', '296141', '296153', '296154', '296215', '296226', '296231', '296235', '296361', '301618', '330628', '330648', '376384', '379381', '379412', '379464', '379706', '379742']
nosy_count = 8.0
nosy_names = ['barry', 'ncoghlan', 'r.david.murray', 'lukasz.langa', 'serhiy.storchaka', 'sim0n', 'timb07', 'miss-islington']
pr_nums = ['2229', '2254', '10783', '22090']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue30681'
versions = ['Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从入口点 email.utils.parsedate_to_datetime() 开始,检查无法解析的日期是如何处理的。当无效日期按要求返回 None 时,此更改即完成;请注意,该 issue 记录了多个现有的 pull requests 以及一个已确定的解决方案。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 15/100