
report at bugs
Nov 26, 2009, 2:58 PM
Post #1 of 5
(320 views)
Permalink
|
|
[issue6845] Restart support in binary upload for ftplib
|
|
Antoine Pitrou <pitrou [at] free> added the comment: Now that FTP_TLS has been integrated into the trunk, the patch should be augmented in order to also cover that class. Right now a test is failing: ====================================================================== ERROR: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/cpython/__svn__/Lib/test/test_ftplib.py", line 485, in test_storbinary_rest self.client.storbinary('stor', f, rest=r) TypeError: storbinary() got an unexpected keyword argument 'rest' Apart from that, the patch looks ok. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue6845> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|