Posted on May 23, 2013 by
Quick Rhino
What steps will reproduce the problem? 1. try and use a password of '' in a Connection
What is the expected output? What do you see instead? expect Connection(hostname,password='') to construct
What version of the product are you using? On what operating system? 'version': '$Rev: 9 $'
Please provide any additional information below. init default value for password is None but test (pysfyp line 58) is if password: should be if password != None:
Comment #1
Posted on May 10, 2014 by Grumpy Monkeyhttps://bitbucket.org/dundeemt/pysftp/issue/8/0-length-password-fails
accepted for 0.2.4
Comment #2
Posted on May 10, 2014 by Grumpy Monkeymoved issue to bitbucket
Status: Duplicate
Labels:
Type-Defect
Priority-Medium