summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2009-07-05 12:54:05 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2009-07-05 12:54:05 -0400
commit1880865727241aa36c960ee541c322bd37122d60 (patch)
tree99b48fa1918c9f61b488a9035352f09409d22fbd /ChangeLog
parent0b88b6a92463c8f97370cd0b1d148dae4e2c8850 (diff)
downloadpyopenssl-1880865727241aa36c960ee541c322bd37122d60.tar.gz
Make it easier to be Python 2.3 compatible by making that the default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf40360..197c472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-07-05 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+ * test/util.py, test/test_ssl.py, test/test_crypto.py: Fold the
+ Python 2.3 compatibility TestCase mixin into the TestCase defined
+ in util.py.
+
+2009-07-05 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
* test/util.py, test/test_ssl.py, test/test_crypto.py: Stop trying
to use Twisted's TestCase even when it's available. Instead,
always use the stdlib TestCase with a few enhancements.