os.path.splitext with more dots
Open
Nobody has claimed this yet.
3.10
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 34931 |
|---|---|
| Nosy | @pitrou, @serhiy-storchaka, @eryksun, @mhsmith, @lysnikolaou, @miss-islington, @tirkarthi, @iritkatriel |
| 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 2018-10-08.12:06:01.079>
labels = ['type-bug', 'library', '3.10']
title = 'os.path.splitext with more dots'
updated_at = <Date 2022-01-03.23:23:53.237>
user = 'https://bugs.python.org/xnovakj'
bugs.python.org fields:
activity = <Date 2022-01-03.23:23:53.237>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-10-08.12:06:01.079>
creator = 'xnovakj'
dependencies = []
files = []
hgrepos = []
issue_num = 34931
keywords = ['patch']
message_count = 13.0
messages = ['327346', '328722', '328810', '328820', '370262', '409569', '409575', '409576', '409615', '409617', '409618', '409622', '409625']
nosy_count = 9.0
nosy_names = ['pitrou', 'xnovakj', 'serhiy.storchaka', 'eryksun', 'Malcolm Smith', 'lys.nikolaou', 'miss-islington', 'xtreak', 'iritkatriel']
pr_nums = ['30347', '30368', '30369']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34931'
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 reading the os.path.splitext entry point and reviewing PRs #30347, #30368, and #30369, which are listed for this issue. Determine the intended behavior for filenames with more dots and confirm the relevant regression coverage; done means the behavior and tests agree with the accepted change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100