struct's docstring implies alignment is always performed
Open
Nobody has claimed this yet.
3.10
3.11
3.12
docs
easy
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 558
Description
| BPO | 32853 |
|---|---|
| Nosy | @eli-b |
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-02-15.16:52:04.289>
labels = ['type-bug', '3.8', 'docs']
title = "struct's docstring implies alignment is always performed"
updated_at = <Date 2018-02-15.16:52:04.289>
user = 'https://github.com/eli-b'
bugs.python.org fields:
activity = <Date 2018-02-15.16:52:04.289>
actor = 'Eli_B'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2018-02-15.16:52:04.289>
creator = 'Eli_B'
dependencies = []
files = []
hgrepos = []
issue_num = 32853
keywords = []
message_count = 1.0
messages = ['312214']
nosy_count = 2.0
nosy_names = ['docs@python', 'Eli_B']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue32853'
versions = ['Python 3.8']
Linked PRs
- gh-107003
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 struct module docstring described in the issue and review linked PR gh-107003. Done means the documentation no longer implies that alignment is always performed, with the wording consistent with the documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100