Giampaolo Rodola' wrote:
> On 14 Gen, 12:30, Nick Craig-Wood <[EMAIL PROTECTED]> wrote:
>> Giampaolo Rodola' <[EMAIL PROTECTED]> wrote:
>> > I'm trying to run an asynchronous FTP server I wrote into a thread for
>> > being able to run a test suite against it.
>> > The code below is the threaded FT
On 14 Gen, 12:30, Nick Craig-Wood <[EMAIL PROTECTED]> wrote:
> Giampaolo Rodola' <[EMAIL PROTECTED]> wrote:
> > I'm trying to run an asynchronous FTP server I wrote into a thread for
> > being able to run a test suite against it.
> > The code below is the threaded FTP server code I'm using:
>
>
Giampaolo Rodola' <[EMAIL PROTECTED]> wrote:
> I'm trying to run an asynchronous FTP server I wrote into a thread for
> being able to run a test suite against it.
> The code below is the threaded FTP server code I'm using:
>
> class FTPd(threading.Thread):
>
> def __init__(self):
>