[Python-checkins] cpython (3.3): Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that

andrew.svetlov python-checkins at python.org
Mon Apr 8 12:19:18 CEST 2013


http://hg.python.org/cpython/rev/4d8e9c5ba651
changeset:   83194:4d8e9c5ba651
branch:      3.3
parent:      83189:8b793a946acb
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Apr 08 12:59:30 2013 +0300
summary:
  Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list