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 benjamin.peterson
Recipients benjamin.peterson, giampaolo.rodola
Date 2008-09-19.23:24:35
SpamBayes Score 2.706779e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Fri, Sep 19, 2008 at 6:23 PM, Giampaolo Rodola'
<[email protected]> wrote:
>
> Giampaolo Rodola' <[email protected]> added the comment:
>
> At your discretion. I was thinking that it's not encouraging that such
> an outstanding bug has passed silently until RC1. IMHO, a minimal test
> suite for the ftplib module would be really necessary.

Yes, testing of some of these modules is quite sad.

>
> A dummy FTP server returning fixed response codes could be arranged and
> used to test the basic FTP class methods.

Would you like to contribute a patch?
>
> _______________________________________
> Python tracker <[email protected]>
> <http://bugs.python.org/issue3911>
> _______________________________________
>
History
Date User Action Args
2008-09-19 23:24:37benjamin.petersonsetrecipients: + benjamin.peterson, giampaolo.rodola
2008-09-19 23:24:36benjamin.petersonlinkissue3911 messages
2008-09-19 23:24:36benjamin.petersoncreate