[issue8989] email.utils.make_msgid: specify domain

Éric Araujo report at bugs.python.org
Fri Nov 12 01:24:44 CET 2010


Éric Araujo <merwok at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8989>
_______________________________________


More information about the Python-bugs-list mailing list