urllib.parse.unquote_to_bytes: needs "escape plus" option
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 35100 |
|---|---|
| Nosy | @orsenthil, @lysnikolaou, @andrew-g-za |
| 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 2018-10-29.03:55:54.062>
labels = ['3.8', 'type-feature', 'library']
title = 'urllib.parse.unquote_to_bytes: needs "escape plus" option'
updated_at = <Date 2019-04-18.10:02:42.619>
user = 'https://bugs.python.org/HenryZhu'
bugs.python.org fields:
activity = <Date 2019-04-18.10:02:42.619>
actor = 'andrew-g'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-10-29.03:55:54.062>
creator = 'Henry Zhu'
dependencies = []
files = []
hgrepos = []
issue_num = 35100
keywords = ['patch']
message_count = 3.0
messages = ['328786', '337011', '340480']
nosy_count = 4.0
nosy_names = ['orsenthil', 'lys.nikolaou', 'Henry Zhu', 'andrew-g']
pr_nums = ['12368']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35100'
versions = ['Python 3.8']
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 with urllib.parse.unquote_to_bytes and review the linked PR python/cpython#12368, since the issue provides no file or test names. Determine the intended semantics of an "escape plus" option from the existing discussion and patch; done means the option is implemented and its behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100