[issue14758] SMTPServer of smptd does not support binding to an IPv6 address

Giampaolo Rodola' report at bugs.python.org
Wed May 9 14:21:05 CEST 2012


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14758>
_______________________________________


More information about the Python-bugs-list mailing list