From d8e15110fc3077683a264448a4ddedb59685b372 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sun, 20 Jun 2010 12:06:45 -0300 Subject: Applied change suggested by David Glick to avoid reimporting modules (#529675). --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a883ce9..cab9e48 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,10 @@ tries to use __length_hint__ in some cases. - __nonzero__ should necessarily return a boolean value, so transform Mock - results into True. + results into True (#380024). + +- Applied change suggested by David Glick to avoid reimporting modules + (#529675). - When setting the temporary __mocker_mock__ attribute, use Mocker.patch() so that by the end of the mocking it's properly removed (by Thomas Herve). -- cgit v1.2.1