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 belopolsky, eric.araujo, ezio.melotti, giampaolo.rodola, pitrou, stuaxo, tarek
Date 2010-05-09.19:50:10
SpamBayes Score 7.823379e-05
Marked as misclassified No
Message-id <1273434614.99.0.192677987503.issue4972@psf.upfronthosting.co.za>
In-reply-to
Content
> Is the string returned by a real FTP server “331 username ok”? (My 
> point is that I think it would be better to have different strings for 
> cmd_noop and cmd_user.)

Whoops! No that should have been "200 noop ok". 
I copied cmd_user code and forgot to modify the response string. 
Thanks.

New patch in attachment (I changed the doc a little bit including the "with" example usage in ftplib.rst other than just in what's new).
History
Date User Action Args
2010-05-09 19:50:15giampaolo.rodolasetrecipients: + giampaolo.rodola, belopolsky, pitrou, tarek, ezio.melotti, eric.araujo, stuaxo
2010-05-09 19:50:14giampaolo.rodolasetmessageid: <1273434614.99.0.192677987503.issue4972@psf.upfronthosting.co.za>
2010-05-09 19:50:13giampaolo.rodolalinkissue4972 messages
2010-05-09 19:50:11giampaolo.rodolacreate