robotparser should support specifying SSL context
未关闭
还没有人认领这个 Issue。
3.10
stdlib
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 43597 |
|---|---|
| Nosy | @berkerpeksag, @Tchinmai7 |
| 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-03-22.23:08:07.176>
labels = ['type-feature', 'library', '3.10']
title = 'robotparser should support specifying SSL context'
updated_at = <Date 2021-04-07.01:56:13.794>
user = 'https://github.com/Tchinmai7'
bugs.python.org fields:
activity = <Date 2021-04-07.01:56:13.794>
actor = 'Tchinmai7'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-03-22.23:08:07.176>
creator = 'Tchinmai7'
dependencies = []
files = []
hgrepos = []
issue_num = 43597
keywords = ['patch']
message_count = 3.0
messages = ['389352', '390395', '390396']
nosy_count = 2.0
nosy_names = ['berker.peksag', 'Tchinmai7']
pr_nums = ['24984', '24986']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue43597'
versions = ['Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 robotparser 的实现以及原始 BPO issue 43597。查看 PR python/cpython#24984 和 python/cpython#24986,以了解提议的范围和当前状态。当 robotparser 通过适当的测试支持所请求的 SSL 上下文行为时,即视为完成,但现有的 pull request 表明相关工作已经在进行中。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- networking
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 15/100