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 giampaolo.rodola
Recipients benjamin.peterson, facundobatista, giampaolo.rodola, gvanrossum
Date 2008-09-22.23:42:18
SpamBayes Score 1.9710301e-08
Marked as misclassified No
Message-id <1222126943.42.0.982602748454.issue3939@psf.upfronthosting.co.za>
In-reply-to
Content
ftplib module is currently lacking a test suite which actually connects
to a FTP server and uses the FTP class methods and facilities.
Bug #3911, discovered just a bunch of weeks before the stable release of
Python 3.0, is an example of how much a test suite is necessary.
As demanded by Benjamin Peterson in #3911, I started working on test
suite which implements an asyncore-based dummy FTP server which sends
fixed response codes that I used to test all the relevant FTP class methods.
Tests for the IPv6 module facilities are also included.
Although not that useful (IMHO) I didn't remove the old tests about
timeouts.

Tested against Python 2.6-RC2 on Windows XP SP3, Linux 2.6.20 and
FreeBSD 7.0.
History
Date User Action Args
2008-09-22 23:42:24giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, facundobatista, benjamin.peterson
2008-09-22 23:42:23giampaolo.rodolasetmessageid: <1222126943.42.0.982602748454.issue3939@psf.upfronthosting.co.za>
2008-09-22 23:42:22giampaolo.rodolalinkissue3939 messages
2008-09-22 23:42:21giampaolo.rodolacreate