[issue1675455] Use getaddrinfo() in urllib2.py for IPv6 support

Facundo Batista report at bugs.python.org
Thu Jul 3 19:27:59 CEST 2008


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

What I don't understand here is... if gethostbyname() lacks of IPv6
support, instead of creating a new function why not to add the
functionality to that same function?

Right now gethostbyname() is implemented in C, which would be the
drawback of making it a Python function?

----------
assignee:  -> facundobatista
nosy: +facundobatista

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1675455>
_______________________________________


More information about the Python-bugs-list mailing list