diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-10-14 21:46:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-10-14 21:46:50 -0700 |
commit | 1341e28882998a08fa2bf00c21047207dff3e18a (patch) | |
tree | a6a01cc570d31f65453528464ef450d02b260ec0 /NEWS | |
parent | 8e5f774965bc281b8154379f68e6152356eedfd8 (diff) | |
download | paramiko-1341e28882998a08fa2bf00c21047207dff3e18a.tar.gz |
Move SFTPClient.get() termination condition to loop end.
Ensures callback always executes even for zero-len files.
Fixes #90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Releases v1.8.1 (DD MM YYYY) ------------------- +* #90: Ensure that callbacks handed to `SFTPClient.get()` always fire at least + once, even for zero-length files downloaded. Thanks to Github user `@enB` for + the catch. + v1.8.0 (3rd Oct 2012) --------------------- |