Have webob define a URLDecodeError (a subclass of UnicodeDecodeError):
Open
Nobody has claimed this yet.
feature
sprintable
- Dominant language
- Python
- Stars
- 443
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
See issue #114.
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 issue #114, which this request references, to establish the intended URL decoding behavior. Then locate the existing URL decoding entry point and determine where the new exception should be defined and raised; done means the requested exception exists as a UnicodeDecodeError subclass and its behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100