Skip to content

Conversation

@seshrs
Copy link
Contributor

@seshrs seshrs commented Jan 19, 2019

Closes #429.

A bug in future.backports.email.Message.set_boundary causes errors when serializing multipart email Message objects, as described in the issue.

The fix was simply to replace usages of the native python list type with the future built-in list type.

Also added tests that would expose the bug.

Also added tests that would expose the bug.
@jmadler jmadler merged commit 1db97a1 into PythonCharmers:master Mar 13, 2019
@seshrs seshrs deleted the bugfix/multipart-email branch March 13, 2019 18:47
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.

Multipart Emails: Python2 bug

2 participants