You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #32 added a work-around for a bug in future.backports.email.Message.set_boundary which causes errors when serializing multipart email Message objects in Python 2.
PR #32 added a work-around for a bug in
future.backports.email.Message.set_boundary
which causes errors when serializing multipart email Message objects in Python 2.Remove the work-around (
_create_boundary(message)
) when the upstream issue is resolved. PythonCharmers/python-future#429The text was updated successfully, but these errors were encountered: