[New-bugs-announce] [issue11414] Add import fix for email.Message

Scott Kitterman report at bugs.python.org
Sun Mar 6 17:29:23 CET 2011


New submission from Scott Kitterman <sklist at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11414>
_______________________________________


More information about the New-bugs-announce mailing list