From a10084fa44a40acfe9702eaa85689eb949f5885b Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sat, 24 Nov 2007 00:05:50 -0200 Subject: - 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1