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 r.david.murray
Recipients barry, r.david.murray, yinian1992
Date 2012-10-06.05:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349501899.5.0.0813354288159.issue16146@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I'd forgotten python2 email used the lazy importer.  We dropped that in python3.

I don't think that I want to fix this, since you have to do the import in python3 anyway.
History
Date User Action Args
2012-10-06 05:38:19r.david.murraysetrecipients: + r.david.murray, barry, yinian1992
2012-10-06 05:38:19r.david.murraysetmessageid: <1349501899.5.0.0813354288159.issue16146@psf.upfronthosting.co.za>
2012-10-06 05:38:19r.david.murraylinkissue16146 messages
2012-10-06 05:38:18r.david.murraycreate