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 eric.araujo
Recipients avbidder@fortytwo.ch, eric.araujo, l0nwlf, r.david.murray
Date 2010-11-12.00:24:43
SpamBayes Score 3.301535e-05
Marked as misclassified No
Message-id <1289521484.67.0.14428798733.issue8989@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, which looks good to me, except for the test: “eq” will raise a NameError, since this does not exist.  Other test methods bind eq to self.assertEqual to save typing, which is not really needed in your case: Just use self.assertEqual :)

To run the tests, ./python -m email.test.test_email
History
Date User Action Args
2010-11-12 00:24:44eric.araujosetrecipients: + eric.araujo, r.david.murray, l0nwlf, avbidder@fortytwo.ch
2010-11-12 00:24:44eric.araujosetmessageid: <1289521484.67.0.14428798733.issue8989@psf.upfronthosting.co.za>
2010-11-12 00:24:43eric.araujolinkissue8989 messages
2010-11-12 00:24:43eric.araujocreate