New submission from Scott Kitterman <skl...@kitterman.com>: email.Message was dropped in python3.
from email.Message import Message now fails. Changing email.Message to email.message seems to be all that's needed. ---------- components: 2to3 (2.x to 3.0 conversion tool) messages: 130179 nosy: kitterma priority: normal severity: normal status: open title: Add import fix for email.Message _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11414> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com