robotparser should support specifying SSL context
Open
Nobody has claimed this yet.
3.10
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| 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']
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 reading the robotparser implementation and the original BPO issue 43597. Review PRs python/cpython#24984 and python/cpython#24986 to understand the proposed scope and current state. Done means robotparser supports the requested SSL context behavior with appropriate tests, but the existing pull requests indicate work is already underway.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 15/100