Message4512

Author kfitch42
Recipients billiejoex, kfitch42, pjenvey
Date 2009-04-15.04:00:04
SpamBayes Score 4.349951e-10
Marked as misclassified No
Message-id <1239768004.91.0.544973582697.issue1312@psf.upfronthosting.co.za>
In-reply-to
Content
So I set SUPPORTS_IPV6=False so I could try to reproduce this. Then when
I run the test suite:
cd pyftpdlib-0.5.1;jython test/test_ftpd.py 
I get numerous errors such as:
test_rein_during_transfer (__main__.TestFtpAuthentication) ... Traceback
(most recent call last):
  File "__pyclasspath__/pyftpdlib/ftpserver.py", line 1957, in push_dtp_data
  File "__pyclasspath__/pyftpdlib/ftpserver.py", line 894, in
push_with_producer
  File "__pyclasspath__/pyftpdlib/ftpserver.py", line 923, in initiate_send
  File "__pyclasspath__/pyftpdlib/ftpserver.py", line 923, in initiate_send
NameError: global name 'buffer' is not defined

ERROR
History
Date User Action Args
2009-04-15 04:00:04kfitch42setmessageid: <1239768004.91.0.544973582697.issue1312@psf.upfronthosting.co.za>
2009-04-15 04:00:04kfitch42setrecipients: + kfitch42, pjenvey, billiejoex
2009-04-15 04:00:04kfitch42linkissue1312 messages
2009-04-15 04:00:04kfitch42create