Éric Araujo <mer...@netwok.org> added the comment:

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

----------
stage: unit test needed -> patch review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to