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 pablomouzo
Recipients alejolp, facundobatista, giampaolo.rodola, gregory.p.smith, pablomouzo, pitrou
Date 2009-10-20.16:50:39
SpamBayes Score 0.00047408819
Marked as misclassified No
Message-id <1256057441.06.0.681834344356.issue6845@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2009-10-20 16:50:41pablomouzosetrecipients: + pablomouzo, facundobatista, gregory.p.smith, pitrou, giampaolo.rodola, alejolp
2009-10-20 16:50:41pablomouzosetmessageid: <1256057441.06.0.681834344356.issue6845@psf.upfronthosting.co.za>
2009-10-20 16:50:39pablomouzolinkissue6845 messages
2009-10-20 16:50:39pablomouzocreate