summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2013-04-08 09:59:30 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2013-04-08 09:59:30 (GMT)
commitb0f9fa7a03ed56c2155fb251fbd423637dc86536 (patch)
tree722380991ec9103af91bc979b40015d5ce185d3a
parent7733be8f2612df4caad771795de40cabf66b287b (diff)
downloadcpython-b0f9fa7a03ed56c2155fb251fbd423637dc86536.zip
cpython-b0f9fa7a03ed56c2155fb251fbd423637dc86536.tar.gz
cpython-b0f9fa7a03ed56c2155fb251fbd423637dc86536.tar.bz2
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.