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-11-26.22:58:19
SpamBayes Score 9.347485e-06
Marked as misclassified No
Message-id <1259276301.94.0.0475704045735.issue6845@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-26 22:58:22pitrousetrecipients: + pitrou, facundobatista, gregory.p.smith, giampaolo.rodola, alejolp, pablomouzo
2009-11-26 22:58:21pitrousetmessageid: <1259276301.94.0.0475704045735.issue6845@psf.upfronthosting.co.za>
2009-11-26 22:58:19pitroulinkissue6845 messages
2009-11-26 22:58:19pitroucreate