[issue1655] imaplib is not IPv6-capable

Derek Morr report at bugs.python.org
Wed Dec 19 21:37:27 CET 2007


Derek Morr added the comment:

I think it makes more sense to use socket.create_connection(), which
performs the getaddrinfo call. It makes the patch against imaplib more
compact. I've attached a new patch that uses create_connection()

Added file: http://bugs.python.org/file9004/imaplib_ipv6.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1655>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imaplib_ipv6.patch
Type: application/octet-stream
Size: 837 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071219/6582c0c6/attachment.obj 


More information about the Python-bugs-list mailing list