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 scoder
Recipients gvanrossum, ncoghlan, scoder, yselivanov
Date 2015-07-23.20:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437683246.93.0.438502224429.issue24697@psf.upfronthosting.co.za>
In-reply-to
Content
> Hm, I think there's little need for new exceptions...

While I agree with Yuri that the names are a bit awkward, I actually second this. The StopIteration is almost an implementation detail of how the return value is passed on to become the (Future) result of the coroutine. It is intended to be caught by some framework and users would not normally get to see that exception. There is little room for general confusion.
History
Date User Action Args
2015-07-23 20:27:26scodersetrecipients: + scoder, gvanrossum, ncoghlan, yselivanov
2015-07-23 20:27:26scodersetmessageid: <1437683246.93.0.438502224429.issue24697@psf.upfronthosting.co.za>
2015-07-23 20:27:26scoderlinkissue24697 messages
2015-07-23 20:27:26scodercreate