summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2008-07-06 17:23:35 -0700
committerRobey Pointer <robey@lag.net>2008-07-06 17:23:35 -0700
commit035766fab0c3e4794f6e43d0988848604b12bf36 (patch)
treec7daa21c811fde8b98ad0d2fdd99b2b6087ed5f1
parentfbfd8126c86af8d10e96dda7a345a33afd41f091 (diff)
[project @ robey@lag.net-20080707002335-9fw0bd9tj7ndcueg]
clarify feature was added in 1.7.4
-rw-r--r--paramiko/sftp_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py
index 16728d15..b3d2d563 100644
--- a/paramiko/sftp_client.py
+++ b/paramiko/sftp_client.py
@@ -536,6 +536,7 @@ class SFTPClient (BaseSFTP):
@type remotepath: str
@param callback: optional callback function that accepts the bytes
transferred so far and the total bytes to be transferred
+ (since 1.7.4)
@type callback: function(int, int)
@return: an object containing attributes about the given file
(since 1.7.4)
@@ -575,6 +576,7 @@ class SFTPClient (BaseSFTP):
@type localpath: str
@param callback: optional callback function that accepts the bytes
transferred so far and the total bytes to be transferred
+ (since 1.7.4)
@type callback: function(int, int)
@since: 1.4