From 3a4c487d0d08f51dca83e31f35aae5ecb3affb82 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sun, 20 Jun 2010 15:04:54 -0300 Subject: =?UTF-8?q?Fixed=20support=20for=20MockerTestCase.addCleanup()=20i?= =?UTF-8?q?n=20Python=202.3,=20by=20Anders=20F=20Bj=C3=B6rklund=20(#528657?= =?UTF-8?q?).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2022549..2b8fca3 100644 --- a/NEWS +++ b/NEWS @@ -11,10 +11,13 @@ certain cases because, even though that's *not* documented, Python tries to use __length_hint__ in some cases. +- Fixed support for MockerTestCase.addCleanup() in Python 2.3, + by Anders F Björklund (#528657). + - Implemented Expect helper, which allows creating a new expect() "function" with an explicitly provided Mocker instance. This helps in cases where the expression can't result in a Mock - instance (e.g. expect(iter(mock))) (#196388). + instance (e.g. expect(iter(mock))) (#196388, #179072). "function" with an explicitly provided Mocker instance. -- cgit v1.2.1