Allow paths to be joined without worrying about a leading slash
Open
Nobody has claimed this yet.
3.11
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 44452 |
|---|---|
| Nosy | @ericvsmith, @serhiy-storchaka, @eryksun, @vedgar, @smarie |
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 2021-06-18.12:58:26.952>
labels = ['type-bug', 'library', '3.11']
title = 'Allow paths to be joined without worrying about a leading slash'
updated_at = <Date 2021-11-26.21:02:59.697>
user = 'https://bugs.python.org/zbysz'
bugs.python.org fields:
activity = <Date 2021-11-26.21:02:59.697>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-06-18.12:58:26.952>
creator = 'zbysz'
dependencies = []
files = []
hgrepos = []
issue_num = 44452
keywords = []
message_count = 10.0
messages = ['396058', '396449', '396562', '396566', '396571', '396588', '396591', '401563', '407076', '407094']
nosy_count = 7.0
nosy_names = ['eric.smith', 'zbysz', 'serhiy.storchaka', 'eryksun', 'veky', 'smarie', 'lutecki']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44452'
versions = ['Python 3.11']
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 the linked BPO report for issue 44452, since the migrated issue contains no source file, test, or entry point. The scope and expected path-joining behavior still need to be established before implementation; done should include an agreed behavior and corresponding verification.
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
- Needs clarification
- Newbie friendliness
- 25/100