summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2011-05-05 10:08:24 +1200
committerRobert Collins <robertc@robertcollins.net>2011-05-05 10:08:24 +1200
commit4bc640b4c3eddd14770eb3a3cb2e6f6c75ed058d (patch)
tree444ed353ecf31f3a1ce38d0fbb59c29600978add /NEWS
parent07559ed10387f04019d2c61ce7c14fdd1b9528b7 (diff)
parent7fe5a514f2b99b548af39a555658fd2276dbd44c (diff)
downloadtestresources-4bc640b4c3eddd14770eb3a3cb2e6f6c75ed058d.tar.gz
* super() is now called from ResourcedTestCase fixing a long standing issue
with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f7e0fd..bb679ed 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ IMPROVEMENTS
* Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``
instances. (Robert Collins)
+* super() is now called from ResourcedTestCase fixing a long standing issue
+ with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
+
0.2.4
-----