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 giampaolo.rodola
Recipients giampaolo.rodola, hynek, r.david.murray, vsergeev
Date 2012-05-09.12:21:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336566065.53.0.138335884644.issue14758@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately unit tests overwrite the original smtpd.socket module object with test.mock_socket [1] and the latter one doesn't expose socket.getaddrinfo().

[1] http://hg.python.org/cpython/file/d937b527b76e/Lib/test/test_smtpd.py#l54
History
Date User Action Args
2012-05-09 12:21:05giampaolo.rodolasetrecipients: + giampaolo.rodola, r.david.murray, hynek, vsergeev
2012-05-09 12:21:05giampaolo.rodolasetmessageid: <1336566065.53.0.138335884644.issue14758@psf.upfronthosting.co.za>
2012-05-09 12:21:05giampaolo.rodolalinkissue14758 messages
2012-05-09 12:21:04giampaolo.rodolacreate