]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 8 Apr 2013 09:59:30 +0000 (12:59 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 8 Apr 2013 09:59:30 +0000 (12:59 +0300)
Misc/NEWS

index 25b4b53d408323bfcf869e6b665afc6b3cc8cd2c..33d9506d8de91753fe6bbef81eab95b1b811f536 100644 (file)
--- 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.