summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-10-15 12:57:39 -0700
committerJeff Forcier <jeff@bitprophet.org>2012-10-15 12:57:39 -0700
commit7c12862b55224faea75758ceef78135fa9119df2 (patch)
tree5f31c1326d2f8f615d9a8e3bb7c7ff36736b0fc4 /NEWS
parent1341e28882998a08fa2bf00c21047207dff3e18a (diff)
downloadparamiko-7c12862b55224faea75758ceef78135fa9119df2.tar.gz
Only override unittest assertions when absolutely necessary.
Fixes #85
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index de83fb2a..adcc1b91 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ 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)