From 27c56938c0721b02b4d5e68370cd25dc0dab4e12 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Thu, 22 Nov 2007 20:42:32 -0200 Subject: Now Mocker.mock()/proxy()/replace() accept a 'count' keyword parameter, which if set to False, the default behavior of allowing expressions just once is disabled. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1a45ebc..6ba674c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ environments which inspect the result's type, such as in iPython (reported by Alex Dante). +- Now Mocker.mock()/proxy()/replace() accept a 'count' keyword + parameter, which if set to False, the default behavior of allowing + expressions just once is disabled. + 0.9.1 (2007-11-18) ================== -- cgit v1.2.1