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 vstinner
Recipients schmir, vstinner
Date 2012-10-12.21:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350078120.04.0.870494667154.issue16208@psf.upfronthosting.co.za>
In-reply-to
Content
> getaddrinfo returns wrong results if IPv6 is disabled

If IPv6 support is disabled, Python is unable to decode an IPv6 address. So don't ask for IPv6 addresses if you disabled IPv6 support.

I don't understand this issue.
History
Date User Action Args
2012-10-12 21:42:00vstinnersetrecipients: + vstinner, schmir
2012-10-12 21:42:00vstinnersetmessageid: <1350078120.04.0.870494667154.issue16208@psf.upfronthosting.co.za>
2012-10-12 21:42:00vstinnerlinkissue16208 messages
2012-10-12 21:41:59vstinnercreate