This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kitterma
Recipients kitterma
Date 2011-03-06.16:29:22
SpamBayes Score 0.14251749
Marked as misclassified No
Message-id <1299428963.38.0.740283733384.issue11414@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-06 16:29:23kittermasetrecipients: + kitterma
2011-03-06 16:29:23kittermasetmessageid: <1299428963.38.0.740283733384.issue11414@psf.upfronthosting.co.za>
2011-03-06 16:29:22kittermalinkissue11414 messages
2011-03-06 16:29:22kittermacreate