This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, richard.kiss, vstinner, yselivanov
Date 2014-04-14.03:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3g6bWm38RTz7LjS@mail.python.org>
In-reply-to
Content
New changeset 05b3a23b3836 by Benjamin Peterson in branch '3.4':
fix sending tuples to custom generator objects with yield from (closes #21209)
http://hg.python.org/cpython/rev/05b3a23b3836

New changeset d1eba2645b80 by Benjamin Peterson in branch 'default':
merge 3.4 (#21209)
http://hg.python.org/cpython/rev/d1eba2645b80
History
Date User Action Args
2014-04-14 03:52:53python-devsetrecipients: + python-dev, gvanrossum, ncoghlan, pitrou, vstinner, giampaolo.rodola, yselivanov, richard.kiss
2014-04-14 03:52:53python-devlinkissue21209 messages
2014-04-14 03:52:53python-devcreate