[Python-Dev] IPv6 hostname resolution using socket.getaddrinfo() (original) (raw)
skip at pobox.com skip at pobox.com
Mon Sep 17 23:05:15 CEST 2007
- Previous message: [Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()
- Next message: [Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Senthil> To get the hostname, I can use socket.gethostbyname() but that
Senthil> has an inherent limitation wherein does it not support IPv6
Senthil> name resolution, and getaddrinfo() should be used instead.
...
For those who would ask Senthil to take this to comp.lang.python, he already did and got no response. He's working on fixes to urllib2, so this seems to me to be a python-dev question and I suggested he post here. I tried it with 2.5, 2.6 and 3.0 and got blanks for the canonical name as well. Hopefully someone with more network-fu can steer him in the right direction.
Skip
- Previous message: [Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()
- Next message: [Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]