Message6332

Author pjenvey
Recipients amak, basti1302, otmarhumbel, pekka.klarck, pjenvey
Date 2011-01-22.00:09:51
SpamBayes Score 1.2959881e-05
Marked as misclassified No
Message-id <1295654991.5.0.313961639538.issue1697@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather not patch httplib to solve this, but the underlying issue is that our socket.getaddrinfo supports ipv6, but the rest of the socket module pretty much doesn't

Removing ipv6 support from getaddrinfo would solve this (that's kind of what Oti's patch is doing), but that functionality is already present in 2.5.1. So that's really a worse option than patching httplib
History
Date User Action Args
2011-01-22 00:09:51pjenveysetmessageid: <1295654991.5.0.313961639538.issue1697@psf.upfronthosting.co.za>
2011-01-22 00:09:51pjenveysetrecipients: + pjenvey, otmarhumbel, amak, pekka.klarck, basti1302
2011-01-22 00:09:51pjenveylinkissue1697 messages
2011-01-22 00:09:51pjenveycreate