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 ncoghlan
Recipients doerwalter, larry, ncoghlan, yselivanov
Date 2015-06-20.08:50:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434790259.54.0.895102285811.issue24474@psf.upfronthosting.co.za>
In-reply-to
Content
The sentinel form of next() is nice when there's a natural sentinel value, but needing to *create* a sentinel is generally a sign that the out-of-band exception is a better fit.

The function could likely do with some refactoring (e.g. breaking out some helper functions to make the logic easier to follow), but shifting from idiomatic code to non-idiomatic code isn't a good way of tackling that.
History
Date User Action Args
2015-06-20 08:50:59ncoghlansetrecipients: + ncoghlan, doerwalter, larry, yselivanov
2015-06-20 08:50:59ncoghlansetmessageid: <1434790259.54.0.895102285811.issue24474@psf.upfronthosting.co.za>
2015-06-20 08:50:59ncoghlanlinkissue24474 messages
2015-06-20 08:50:59ncoghlancreate