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 JohnJackson
Recipients JohnJackson
Date 2008-04-12.05:37:50
SpamBayes Score 0.30937028
Marked as misclassified No
Message-id <1207978673.41.0.752617892341.issue2622@psf.upfronthosting.co.za>
In-reply-to
Content
In email.message.py there are two import errors:
line 128 from email.Generator import Generator
should be 
  from email.generator import Generator
line 784 from email.Iterators import walk
should be 
  from email.iterators import walk
History
Date User Action Args
2008-04-12 05:37:53JohnJacksonsetspambayes_score: 0.30937 -> 0.30937028
recipients: + JohnJackson
2008-04-12 05:37:53JohnJacksonsetspambayes_score: 0.30937 -> 0.30937
messageid: <1207978673.41.0.752617892341.issue2622@psf.upfronthosting.co.za>
2008-04-12 05:37:51JohnJacksonlinkissue2622 messages
2008-04-12 05:37:51JohnJacksoncreate