Skip to content

Fix Unicode headers in emails#538

Merged
jmadler merged 2 commits into
PythonCharmers:masterfrom
closeio:fix-unicode-headers-in-emails
Feb 5, 2020
Merged

Fix Unicode headers in emails#538
jmadler merged 2 commits into
PythonCharmers:masterfrom
closeio:fix-unicode-headers-in-emails

Conversation

@jpmelos

@jpmelos jpmelos commented Jan 10, 2020

Copy link
Copy Markdown
Contributor

Fixes #534.

Client code that generates the headers is usually using the future definitions of things like strings already, which means that the future code itself should expect those things in its own code as well, like comparing to builtins.str instead of just the native str.

@jmadler jmadler merged commit fcd78df into PythonCharmers:master Feb 5, 2020
@jmadler

jmadler commented Feb 5, 2020

Copy link
Copy Markdown
Contributor

Fantastic work! Thanks for contributing :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backport of email package breaks when used with unicode newstr

2 participants