From 35d2aaafce5afc718e96cc78656201488c390725 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Thu, 22 Nov 2007 20:01:27 -0200 Subject: In recording mode, mock.__class__ will now return Mock, and not record the action. This allows Mocker to be used in interactive environments which inspect the result's type, such as in iPython (reported by Alex Dante). --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d55e49c..1a45ebc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +0.9.2 (2007-11-22) +================== + +- In recording mode, mock.__class__ will now return Mock, and not + record the action. This allows Mocker to be used in interactive + environments which inspect the result's type, such as in iPython + (reported by Alex Dante). + + 0.9.1 (2007-11-18) ================== -- cgit v1.2.1