Antoine Pitrou <pit...@free.fr> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6845> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com