commit | 648bcd706882a5ed83b7455ab3cf68734f92c6a4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 27 13:23:26 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 27 13:23:26 2009 +0000 |
tree | 2da19c61e238ecd62565fbcd89ff344531f395f1 | |
parent | 1a305fd141ebe4295d554d8b127ab982858a079e [diff] |
Merged revisions 76546 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76546 | antoine.pitrou | 2009-11-27 14:18:34 +0100 (ven., 27 nov. 2009) | 7 lines Issue #6845: Add restart support for binary upload in ftplib. The `storbinary()` method of FTP and FTP_TLS objects gains an optional `rest` argument. Patch by Pablo Mouzo. (note: the patch also adds a test for the rest argument in retrbinary()) ........