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 dmorr
Recipients dcantrell-rh, dmorr, facundobatista, jjlee, orsenthil, skip.montanaro
Date 2009-01-01.18:52:52
SpamBayes Score 0.10537785
Marked as misclassified No
Message-id <1230835973.19.0.654530955783.issue1675455@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-01 18:52:53dmorrsetrecipients: + dmorr, skip.montanaro, facundobatista, jjlee, orsenthil, dcantrell-rh
2009-01-01 18:52:53dmorrsetmessageid: <1230835973.19.0.654530955783.issue1675455@psf.upfronthosting.co.za>
2009-01-01 18:52:52dmorrlinkissue1675455 messages
2009-01-01 18:52:52dmorrcreate