From f7b892905c62b94a6e54d115ee2d6d32d66af013 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:25:55 -0500 Subject: Imported Upstream version 1.7.6 Closes: #543784 --- docs/paramiko.SubsystemHandler-class.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/paramiko.SubsystemHandler-class.html') diff --git a/docs/paramiko.SubsystemHandler-class.html b/docs/paramiko.SubsystemHandler-class.html index 407b7f4..fe1ec23 100644 --- a/docs/paramiko.SubsystemHandler-class.html +++ b/docs/paramiko.SubsystemHandler-class.html @@ -181,6 +181,7 @@ threading._Verbose --+ getName, isAlive, isDaemon, + is_alive, join, run, setDaemon, @@ -189,13 +190,16 @@ threading._Verbose --+

Inherited from object: __delattr__, + __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, - __str__ + __sizeof__, + __str__, + __subclasshook__

@@ -210,6 +214,11 @@ threading._Verbose --+ +

Inherited from threading.Thread: + daemon, + ident, + name +

Inherited from object: __class__

@@ -362,7 +371,7 @@ threading._Verbose --+