This is an archive of the discontinued Mercurial Phabricator instance.

patchbomb: use email.mime.base instead of email.MIMEBase
ClosedPublic

Authored by pulkit on Jun 25 2018, 4:45 PM.

Details

Summary

The later was removed on Python 3.

On python 2:

email.MIMEBase.MIMEBase is email.mime.base.MIMEBase

True

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Jun 25 2018, 4:45 PM
This revision was automatically updated to reflect the committed changes.