Message6359

Author pjenvey
Recipients alex.gronholm, amak, basti1302, otmarhumbel, pekka.klarck, pjenvey
Date 2011-01-28.00:48:04
SpamBayes Score 2.215358e-08
Marked as misclassified No
Message-id <1296175685.24.0.775125193658.issue1697@psf.upfronthosting.co.za>
In-reply-to
Content
Alex, it solves the bug by enabling creation of IPV6 sockets. That creates a new problem for the WinXP users with crappy ipv6 support: they'll eventually trigger a Java nio error about ipv6 not being supported. But Alan's having the socket module catch that error and translate it a socket.error exception with an error message pointing the user to our socket module docs on the wiki (where he's added mention of this issue and the workaround)

So the workaround added is intended for those WinXP users, it's a global switch that turns off IPV6 results from getaddrinfo

This all looks great Alan, thanks for taking care of it! My only question, does this mean we now have complete ipv6 support (except for WinXP users)? Does that mean we should switch socket.has_ipv6 to True?
History
Date User Action Args
2011-01-28 00:48:05pjenveysetmessageid: <1296175685.24.0.775125193658.issue1697@psf.upfronthosting.co.za>
2011-01-28 00:48:05pjenveysetrecipients: + pjenvey, otmarhumbel, amak, pekka.klarck, alex.gronholm, basti1302
2011-01-28 00:48:05pjenveylinkissue1697 messages
2011-01-28 00:48:04pjenveycreate