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 Rosuav
Recipients Rosuav, gvanrossum, python-dev, schlamar
Date 2014-11-21.17:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416590656.75.0.949948318081.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
Marc, are those all cases where the "raise StopIteration" is actually inside a generator? If so, it can be trivially replaced with "return". Yes, it'll break that way of spelling it, but it's a completely mechanical transformation, and making the change won't break your code for previous versions of Python. Personally, I would recommend using "return" there anyway, regardless of this proposal.
History
Date User Action Args
2014-11-21 17:24:16Rosuavsetrecipients: + Rosuav, gvanrossum, python-dev, schlamar
2014-11-21 17:24:16Rosuavsetmessageid: <1416590656.75.0.949948318081.issue22906@psf.upfronthosting.co.za>
2014-11-21 17:24:16Rosuavlinkissue22906 messages
2014-11-21 17:24:16Rosuavcreate