[issue3817] ftplib: ABOR does not consider 225 response code

2010-04-18 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Fixed as r80172 (python 2.7) and r80176 (python 3.2). -- assignee: -> giampaolo.rodola priority: -> normal resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: +Python 2.6, Python 2.7, Python 3.1,

[issue3817] ftplib: ABOR does not consider 225 response code

2008-09-09 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: No, Georg Brandl already closed that one. Sorry for the duplicate, it was accidental. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3817] ftplib: ABOR does not consider 225 response code

2008-09-09 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: Giampaolo, should we close this one as duplicate of 3818 (that you created one minute later)? -- nosy: +facundobatista ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3817] ftplib: ABOR does not consider 225 response code

2008-09-09 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' <[EMAIL PROTECTED]>: RFC-959 at chapter 5.4 includes 225 as a possible response to an ABOR command. 225 should be sent by server when a client issues an ABOR command and there's no data transfer to abort. The patch in attachment includes 225 code in the list