clarify feature was added in 1.7.4
This commit is contained in:
Robey Pointer 2008-07-06 17:23:35 -07:00
parent fbfd8126c8
commit 035766fab0
1 changed files with 2 additions and 0 deletions

View File

@ -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