Allow uploading files with SimpleHTTPRequestHandler
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 | 42004 |
|---|---|
| Nosy | @jugmac00, @lufte, @jacobsorme |
| Files |
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 2020-10-11.00:53:17.264>
labels = ['type-feature', 'library', '3.10']
title = 'Allow uploading files with SimpleHTTPRequestHandler'
updated_at = <Date 2020-10-18.14:36:33.925>
user = 'https://github.com/lufte'
bugs.python.org fields:
activity = <Date 2020-10-18.14:36:33.925>
actor = 'jacobsorme'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-10-11.00:53:17.264>
creator = 'lufte'
dependencies = []
files = ['49506']
hgrepos = []
issue_num = 42004
keywords = []
message_count = 5.0
messages = ['378418', '378424', '378498', '378550', '378866']
nosy_count = 3.0
nosy_names = ['jugmac00', 'lufte', 'jacobsorme']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42004'
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 reviewing the linked suggested patch and the existing SimpleHTTPRequestHandler implementation. Check the original BPO issue and its five-message discussion for the intended upload behavior, then identify the relevant tests or add coverage for the agreed behavior. Done means the requirements are settled and file uploads work with SimpleHTTPRequestHandler without regressing existing handling.
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
- 25/100