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 pitrou
Recipients alejolp, facundobatista, giampaolo.rodola, gregory.p.smith, pablomouzo, pitrou
Date 2009-10-20.21:23:42
SpamBayes Score 6.297516e-05
Marked as misclassified No
Message-id <1256074054.6223.0.camel@localhost>
In-reply-to <1256057441.06.0.681834344356.issue6845@psf.upfronthosting.co.za>
Content
> I think that a non-digit REST argument is an error. But I've tested some
> ftp servers and they don't return an error code, they just set REST to 0
> and return some OK code. Finally, ftplib doesn't check that, so if
> someone accidentally passes a non-digit argument it could be a difficult
> bug to spot.

What I mean is that integer arguments should be accepted as well, since
that's what is logical to produce.
History
Date User Action Args
2009-10-20 21:23:43pitrousetrecipients: + pitrou, facundobatista, gregory.p.smith, giampaolo.rodola, alejolp, pablomouzo
2009-10-20 21:23:42pitroulinkissue6845 messages
2009-10-20 21:23:42pitroucreate