urlparse with a Windows path returns the drive name as the scheme
Open
Nobody has claimed this yet.
3.8 (EOL)
OS-windows
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 42215 |
|---|---|
| Nosy | @pfmoore, @tjguk, @zware, @zooba |
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-31.00:11:40.090>
labels = ['type-bug', '3.8', 'OS-windows']
title = 'urlparse with a Windows path returns the drive name as the scheme'
updated_at = <Date 2020-10-31.00:11:40.090>
user = 'https://bugs.python.org/rangelspam'
bugs.python.org fields:
activity = <Date 2020-10-31.00:11:40.090>
actor = 'rangelspam'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2020-10-31.00:11:40.090>
creator = 'rangelspam'
dependencies = []
files = []
hgrepos = []
issue_num = 42215
keywords = []
message_count = 1.0
messages = ['380018']
nosy_count = 5.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'rangelspam']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42215'
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 at the urlparse entry point and reproduce the reported behavior with a Windows path. Check the existing URL-parsing tests and add coverage for the case; done means a Windows drive name is no longer returned as the scheme while existing URL parsing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100