Charles-Francois Natali <neolo...@free.fr> added the comment:

> 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.

----------
Added file: http://bugs.python.org/file21818/ssl_ipv6.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to