[issue17452] ftplib raises exception if ssl module is not available

2013-03-18 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Fixed, thanks. -- assignee: -> giampaolo.rodola resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue17452] ftplib raises exception if ssl module is not available

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0842c5411ed6 by Giampaolo Rodola' in branch 'default': (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed http://hg.python.org/cpython/rev/0842c5411ed6 -- nosy: +python-dev __

[issue17452] ftplib raises exception if ssl module is not available

2013-03-17 Thread Russell Kackley
New submission from Russell Kackley: On a system with no ssl module the following test failure occurs: == ERROR: test_dir (test.test_ftplib.TestFTPClass) -- Tra