urllib.parse.unquote_plus raises incorrect error message when string parameter is bytes
Open
Nobody has claimed this yet.
3.9 (EOL)
stdlib
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38567 |
|---|---|
| Nosy | @orsenthil, @eamanu, @stein-k |
| 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 2019-10-23.17:45:50.619>
labels = ['library', '3.9']
title = 'urllib.parse.unquote_plus raises incorrect error message when string parameter is bytes'
updated_at = <Date 2020-01-10.22:26:27.729>
user = 'https://github.com/stein-k'
bugs.python.org fields:
activity = <Date 2020-01-10.22:26:27.729>
actor = 'cheryl.sabella'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-10-23.17:45:50.619>
creator = 'stein-k'
dependencies = []
files = []
hgrepos = []
issue_num = 38567
keywords = ['patch']
message_count = 1.0
messages = ['355242']
nosy_count = 3.0
nosy_names = ['orsenthil', 'eamanu', 'stein-k']
pr_nums = ['16903']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38567'
versions = ['Python 3.9']
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
The issue identifies urllib.parse.unquote_plus and the bytes input case; start by reading that entry point and review PR python/cpython#16903. Confirm the expected error message and regression coverage from the existing work; done means the bytes case reports the correct message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100