commit | b37df519c793d40718fda78a9961811fae973f36 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Aug 06 17:53:09 2012 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Aug 06 17:53:09 2012 -0700 |
tree | b4a98c5e8e3e070f32a27c36c6f77daeaeb3d141 | |
parent | a0abb4404a839787bc0791c7ea3b261fcd146652 [diff] [blame] |
fix yield from return value on custom iterators (closes #15568)
diff --git a/Misc/NEWS b/Misc/NEWS index 6f7b0fc..d062df4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #15568: Fix the return value of "yield from" when StopIteration is + raised by a custom iterator. + - Issue #13119: sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2.