summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-24 00:05:50 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-24 00:05:50 -0200
commita10084fa44a40acfe9702eaa85689eb949f5885b (patch)
tree78101e9e024623b7675ed45255f07fbc1c2e2a99 /NEWS
parent69601864749f57715559840ba882e1bc4b1c2517 (diff)
downloadmocker-a10084fa44a40acfe9702eaa85689eb949f5885b.tar.gz
- Added support for Python 2.3 (patch by Phillip J. Eby).
- Added MockerTestCase.assert{True,False} aliases, so that they're available even in Python 2.3.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 886c9cd..36c4c55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
0.9.3 (2007-11-XX)
==================
+- Added support for Python 2.3 (patch by Phillip J. Eby).
+
+- Added MockerTestCase.assert{True,False} aliases, so that they're
+ available even in Python 2.3.
+
- Introduced automatic test coverage verification as part of
the test suite, based on the 'coverage' module by Ned Batchelder,
to ensure that it continues to have 100% of statement coverage.