Skip to content

gh-150474: Fix Email Header Parser issue t.token_type == 'attrtext'#150475

Open
benediktjohannes wants to merge 3 commits into
python:mainfrom
benediktjohannes:patch-13
Open

gh-150474: Fix Email Header Parser issue t.token_type == 'attrtext'#150475
benediktjohannes wants to merge 3 commits into
python:mainfrom
benediktjohannes:patch-13

Conversation

@benediktjohannes
Copy link
Copy Markdown
Contributor

@benediktjohannes benediktjohannes commented May 26, 2026

t.token_type == 'attrtext'

compares t.token_type with 'attrtext', but it has to be

t.token_type = 'attrtext'

This needs a backport for bug fix branches, please.

Contributed by Benedikt Johannes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant