textwrap output may change if you wrap a paragraph twice
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 | 32397 |
|---|---|
| Nosy | @larryhastings, @serhiy-storchaka, @JulienPalard, @csabella, @iritkatriel, @akulakov |
| PRs | |
| 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 2017-12-21.14:10:43.127>
labels = ['type-feature', 'library', '3.11']
title = 'textwrap output may change if you wrap a paragraph twice'
updated_at = <Date 2021-08-23.19:11:29.979>
user = 'https://github.com/larryhastings'
bugs.python.org fields:
activity = <Date 2021-08-23.19:11:29.979>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-12-21.14:10:43.127>
creator = 'larry'
dependencies = []
files = ['47344']
hgrepos = []
issue_num = 32397
keywords = ['patch']
message_count = 10.0
messages = ['308872', '308873', '342825', '378248', '398726', '398836', '398839', '398846', '398847', '398858']
nosy_count = 6.0
nosy_names = ['larry', 'serhiy.storchaka', 'mdk', 'cheryl.sabella', 'iritkatriel', 'andrei.avk']
pr_nums = ['5615', '27587']
priority = 'low'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue32397'
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 with the reproduction file textwrap.isnt.stable.py linked in the issue, then review the referenced pull requests #5615 and #27587. Confirm the behavior when the same paragraph is wrapped twice; done means the output remains stable across repeated wrapping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100