From b0f9fa7a03ed56c2155fb251fbd423637dc86536 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 8 Apr 2013 12:59:30 +0300 Subject: Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 25b4b53..33d9506 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,9 @@ Core and Builtins Library ------- +- Issue #17502: Process DEFAULT values in mock side_effect that returns iterator. + Patch by Michael Foord. + - Issue #17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa. -- cgit v0.12