This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asdfasdfasdfasdfasdfasdfasdf
Recipients asdfasdfasdfasdfasdfasdfasdf
Date 2010-11-14.04:35:17
SpamBayes Score 2.3740064e-08
Marked as misclassified No
Message-id <1289709318.9.0.235139859689.issue10414@psf.upfronthosting.co.za>
In-reply-to
Content
(socket.gethostbyname  doesn't return an ipv6 address)
So just to start with I know the documentation says [0] "and getaddrinfo() should be used instead for IPv4/v6 dual stack support."
However, the getaddrinfo() method provides more information than required. Why can't getaddrinfo support ipv6 ? or a method for ipv6 added to the socket module to make getting a host address by name easier (for ipv6) ? 



[0] - http://docs.python.org/library/socket.html#socket.gethostbyname
History
Date User Action Args
2010-11-14 04:35:19asdfasdfasdfasdfasdfasdfasdfsetrecipients: + asdfasdfasdfasdfasdfasdfasdf
2010-11-14 04:35:18asdfasdfasdfasdfasdfasdfasdfsetmessageid: <1289709318.9.0.235139859689.issue10414@psf.upfronthosting.co.za>
2010-11-14 04:35:17asdfasdfasdfasdfasdfasdfasdflinkissue10414 messages
2010-11-14 04:35:17asdfasdfasdfasdfasdfasdfasdfcreate