Message6332
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 |
|
Date |
User |
Action |
Args |
2011-01-22 00:09:51 | pjenvey | set | messageid: <1295654991.5.0.313961639538.issue1697@psf.upfronthosting.co.za> |
2011-01-22 00:09:51 | pjenvey | set | recipients:
+ pjenvey, otmarhumbel, amak, pekka.klarck, basti1302 |
2011-01-22 00:09:51 | pjenvey | link | issue1697 messages |
2011-01-22 00:09:51 | pjenvey | create | |
|