[issue1675455] Use getaddrinfo() in urllib2.py for IPv6 support
Derek Morr
report at bugs.python.org
Thu Jan 1 19:52:53 CET 2009
Derek Morr <derekmorr at psu.edu> added the comment:
Question: Why does FTPHandler.ftp_open() try to resolve the hostname()?
The hostname will be passed into connect_ftp(), then into
urllib.ftpwrapper(), and eventually into ftplib.FTP.connect(), which is
IPv6-aware.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1675455>
_______________________________________
More information about the Python-bugs-list
mailing list