from paramiko import * fails

Bug #55946 reported by Wouter van Heyst
2
Affects Status Importance Assigned to Milestone
paramiko
Fix Released
High
Robey Pointer
paramiko (Debian)
Fix Released
Unknown

Bug Description

Due to a missing comma in the __all__ list two entries are combined, and the resulting name doesn't exist:

>>> from paramiko import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'SFTPServerInterfaceServerInterface'

Revision history for this message
Wouter van Heyst (larstiq) wrote :

Attached patch based on Julien Danjou's work (trivial, but he did find it)

Changed in paramiko:
status: Unknown → Confirmed
Revision history for this message
Wouter van Heyst (larstiq) wrote :

Sigh, I should pay more attention, RejectPolicySecurityOptions also needs fixing.

branch at: http://bzr.richtlijn.be/paramiko/

Robey Pointer (robey)
Changed in paramiko:
assignee: nobody → robey
importance: Untriaged → High
status: Unconfirmed → Confirmed
Revision history for this message
Robey Pointer (robey) wrote :

yeah, i feel dumb now. :) okay that should be merged for 1.6.2.

Changed in paramiko:
status: Confirmed → Fix Committed
Revision history for this message
Wouter van Heyst (larstiq) wrote :

released in 1.6.2

Changed in paramiko:
status: Fix Committed → Fix Released
Changed in paramiko:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.