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 rkackley
Recipients giampaolo.rodola, rkackley
Date 2013-03-18.06:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363587568.02.0.896930702803.issue17452@psf.upfronthosting.co.za>
In-reply-to
Content
On a system with no ssl module the following test failure occurs:

======================================================================
ERROR: test_dir (test.test_ftplib.TestFTPClass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rkackley/Code/cpython/Lib/test/test_ftplib.py", line 598, in test_dir
    self.client.dir(lambda x: l.append(x))
  File "/home/rkackley/Code/cpython/Lib/ftplib.py", line 565, in dir
    self.retrlines(cmd, func)
  File "/home/rkackley/Code/cpython/Lib/ftplib.py", line 476, in retrlines
    if isinstance(conn, _SSLSocket):
TypeError: isinstance() arg 2 must be a type or tuple of types
History
Date User Action Args
2013-03-18 06:19:28rkackleysetrecipients: + rkackley, giampaolo.rodola
2013-03-18 06:19:28rkackleysetmessageid: <1363587568.02.0.896930702803.issue17452@psf.upfronthosting.co.za>
2013-03-18 06:19:27rkackleylinkissue17452 messages
2013-03-18 06:19:27rkackleycreate