filemode in repr of ZipInfo, but is not a ZipInfo attribute
Open
Nobody has claimed this yet.
3.11
stdlib
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 44841 |
|---|---|
| Nosy | @ronaldoussoren, @iritkatriel |
| 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 2021-08-05.13:59:45.030>
labels = ['type-bug', 'library', '3.11']
title = 'filemode in repr of ZipInfo, but is not a ZipInfo attribute'
updated_at = <Date 2021-09-30.18:50:44.908>
user = 'https://bugs.python.org/GRakosy'
bugs.python.org fields:
activity = <Date 2021-09-30.18:50:44.908>
actor = 'ronaldoussoren'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-08-05.13:59:45.030>
creator = 'G.Rakosy'
dependencies = []
files = ['50309']
hgrepos = []
issue_num = 44841
keywords = []
message_count = 5.0
messages = ['399006', '401511', '402147', '402765', '402977']
nosy_count = 3.0
nosy_names = ['ronaldoussoren', 'iritkatriel', 'G.Rakosy']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44841'
versions = ['Python 3.11']
Linked PRs
- gh-120999
- gh-121299
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 with the ZipInfo representation and the supplied test-zip.zip, comparing the fields shown by repr with the attributes described by the issue. Review the existing linked work before making changes; done means the representation and its coverage no longer claim filemode is a ZipInfo attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100