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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2014-06-03.09:03:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401786197.78.0.84554698423.issue21648@psf.upfronthosting.co.za>
In-reply-to
Content
To be precise, when running test_urllib on a machine with a local FTP server, but with a set of credentials different than the ones used by test_urllib.urlopen_HttpTests.test_ftp_nonexisting. In this case, ftpwrapper from urllib.request will succesfully connect to the FTP server, but it will fail when sending the credentials, leaving the connection opened. The attached patch tries to fix this.
History
Date User Action Args
2014-06-03 09:03:17Claudiu.Popasetrecipients: + Claudiu.Popa
2014-06-03 09:03:17Claudiu.Popasetmessageid: <1401786197.78.0.84554698423.issue21648@psf.upfronthosting.co.za>
2014-06-03 09:03:17Claudiu.Popalinkissue21648 messages
2014-06-03 09:03:17Claudiu.Popacreate