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 hynek, loewis, lukasz.langa, mark.dickinson, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, tim.peters
Date 2013-08-04.23:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f3+sJ5muchtrZBf8iemZ9PW9wm+NjSYDktLRve82dtKA@mail.gmail.com>
In-reply-to <1375651526.41.0.839819504509.issue18652@psf.upfronthosting.co.za>
Content
A wild timbot appears! :)

Tim Peters added the comment:
> As to the name, I like "first_true".  Does what it says.  Plain "first"
is misleading, and "coalesce" is both inscrutable and nearly impossible to
spell ;-)

A fair point, although skipping the underscore ("firsttrue" or "nexttrue")
would arguably be more consistent with other itertools names.

I guess it's over to Raymond now as module maintainer for a yes/docs
recipe/no response, and if one of the first two, the exact name used.
History
Date User Action Args
2013-08-04 23:14:49ncoghlansetrecipients: + ncoghlan, tim.peters, loewis, rhettinger, mark.dickinson, r.david.murray, lukasz.langa, hynek, serhiy.storchaka
2013-08-04 23:14:49ncoghlanlinkissue18652 messages
2013-08-04 23:14:48ncoghlancreate