diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-10-15 13:33:16 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-10-15 13:33:16 -0700 |
commit | 786920a3208fa335f334689d65b7302e9d52a568 (patch) | |
tree | dca1487fe19f6bdbff1fc965521e94d1176a099b /NEWS | |
parent | 78815afe9db56846279ceee5af3863c0ee16e9b8 (diff) | |
parent | dfb45dec7fac59559009cac16d9b354ef4890de3 (diff) |
Merge branch '1.8'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,6 +19,15 @@ v1.9.0 (DD MM YYYY) 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. +* #85: Paramiko's test suite overrides + `unittest.TestCase.assertTrue/assertFalse` to provide these modern assertions + to Python 2.2/2.3, which lacked them. However on newer Pythons such as 2.7, + this now causes deprecation warnings. The overrides have been patched to only + execute when necessary. Thanks to `@Arfrever` for catch & patch. + v1.8.0 (3rd Oct 2012) --------------------- |