From e299181a5dda25aed4879ebcbe1359604448b3ae 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 --- docs/paramiko.SFTPServer-class.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/paramiko.SFTPServer-class.html') diff --git a/docs/paramiko.SFTPServer-class.html b/docs/paramiko.SFTPServer-class.html index 514d31e..995c698 100644 --- a/docs/paramiko.SFTPServer-class.html +++ b/docs/paramiko.SFTPServer-class.html @@ -159,6 +159,7 @@ threading._Verbose --+ | getName, isAlive, isDaemon, + is_alive, join, run, setDaemon, @@ -167,13 +168,16 @@ threading._Verbose --+ |

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

@@ -233,6 +237,11 @@ threading._Verbose --+ | +

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

Inherited from object: __class__

@@ -446,7 +455,7 @@ threading._Verbose --+ |