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 maatt
Recipients maatt, python-dev, r.david.murray, vincele
Date 2014-04-14.15:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397489008.57.0.41012382255.issue6623@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is the same as my previous one, except instead of removing Netrc usage from the ftplib.test() function, it replaces it with the netrc.netrc object. Note that there are no existing tests for the ftplib.test() function.

Also did some very minor cleanups (bare raise is no longer valid) to get rid of warnings/errors in static analyzer.
History
Date User Action Args
2014-04-14 15:23:28maattsetrecipients: + maatt, r.david.murray, vincele, python-dev
2014-04-14 15:23:28maattsetmessageid: <1397489008.57.0.41012382255.issue6623@psf.upfronthosting.co.za>
2014-04-14 15:23:28maattlinkissue6623 messages
2014-04-14 15:23:28maattcreate