email.contentmanager raises error when policy.max_line_length==None or 0
Open
Nobody has claimed this yet.
3.10
3.11
3.12
stdlib
topic-email
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 34800 |
|---|---|
| Nosy | @warsaw, @bitdancer, @tirkarthi, @silane |
| 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-09-25.15:36:08.767>
labels = ['3.8', 'type-bug', '3.7', 'expert-email']
title = 'email.contentmanager raises error when policy.max_line_length==None or 0'
updated_at = <Date 2018-09-25.20:24:05.900>
user = 'https://github.com/silane'
bugs.python.org fields:
activity = <Date 2018-09-25.20:24:05.900>
actor = 'silane'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2018-09-25.15:36:08.767>
creator = 'silane'
dependencies = []
files = []
hgrepos = []
issue_num = 34800
keywords = ['patch']
message_count = 4.0
messages = ['326364', '326384', '326399', '326403']
nosy_count = 4.0
nosy_names = ['barry', 'r.david.murray', 'xtreak', 'silane']
pr_nums = ['9578']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34800'
versions = ['Python 3.7', 'Python 3.8']
Linked PRs
- gh-123581
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
Review the email.contentmanager implementation and the linked PR references first. Reproduce the failure with policies whose max_line_length is None or 0, then inspect the email component's existing tests; done means those cases no longer raise the reported error without changing other behavior.
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
- Mostly clear
- Newbie friendliness
- 25/100