Report actual size from 'os.path.getsize'
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 | 41092 |
|---|---|
| Nosy | @gareth-rees, @stephenfin |
| 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 2020-06-23.16:44:46.724>
labels = ['type-feature', 'library', '3.10']
title = "Report actual size from 'os.path.getsize'"
updated_at = <Date 2020-06-26.07:03:47.625>
user = 'https://github.com/stephenfin'
bugs.python.org fields:
activity = <Date 2020-06-26.07:03:47.625>
actor = 'gdr@garethrees.org'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-06-23.16:44:46.724>
creator = 'stephenfin'
dependencies = []
files = []
hgrepos = []
issue_num = 41092
keywords = ['patch']
message_count = 2.0
messages = ['372183', '372412']
nosy_count = 2.0
nosy_names = ['gdr@garethrees.org', 'stephenfin']
pr_nums = ['21088']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41092'
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 at the os.path.getsize entry point and review the existing discussion and python/cpython#21088. Done means os.path.getsize reports the actual size requested by the issue, but the listed pull request indicates that work is already underway.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100