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 neologix
Recipients neologix, pitrou, pwouters
Date 2011-04-28.05:59:44
SpamBayes Score 7.2019274e-10
Marked as misclassified No
Message-id <1303970385.62.0.764121411522.issue11811@psf.upfronthosting.co.za>
In-reply-to
Content
> As for ssl_ipv6.diff, it fails on certificate verification:

Of course.
The new version should fix this (tested on google.com).

> is_ipv6_enabled.diff is fine.

Since IPv6 capability is unlikely to change in the middle of a test, I replaced the function is_ipv6_enabled() by a boolean IPV6_ENABLED. That way, it's closer to socket.has_ipv6, and spares a socket creation/bind/close at each call.
History
Date User Action Args
2011-04-28 05:59:45neologixsetrecipients: + neologix, pitrou, pwouters
2011-04-28 05:59:45neologixsetmessageid: <1303970385.62.0.764121411522.issue11811@psf.upfronthosting.co.za>
2011-04-28 05:59:44neologixlinkissue11811 messages
2011-04-28 05:59:44neologixcreate