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 dmorr
Recipients dmorr
Date 2007-12-19.20:37:27
SpamBayes Score 0.11424688
Marked as misclassified No
Message-id <1198096647.76.0.655041423725.issue1655@psf.upfronthosting.co.za>
In-reply-to
Content
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()
Files
File name Uploaded
imaplib_ipv6.patch dmorr, 2007-12-19.20:37:27
History
Date User Action Args
2007-12-19 20:37:27dmorrsetspambayes_score: 0.114247 -> 0.11424688
recipients: + dmorr
2007-12-19 20:37:27dmorrsetspambayes_score: 0.114247 -> 0.114247
messageid: <1198096647.76.0.655041423725.issue1655@psf.upfronthosting.co.za>
2007-12-19 20:37:27dmorrlinkissue1655 messages
2007-12-19 20:37:27dmorrcreate