From: Andrew Svetlov Date: Mon, 8 Apr 2013 09:59:30 +0000 (+0300) Subject: Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns... X-Git-Tag: v3.3.2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0f9fa7a03ed56c2155fb251fbd423637dc86536;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator. --- diff --git a/Misc/NEWS b/Misc/NEWS index 25b4b53d4083..33d9506d8de9 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.