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, rhettinger, serhiy.storchaka
Date 2013-08-04.12:43:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fAVxG5zkXg_XPW+vpZr+U1ySfYSPXMmXqCS4TGWDYWMA@mail.gmail.com>
In-reply-to <1375619945.39.0.808704141651.issue18652@psf.upfronthosting.co.za>
Content
Mark's rationale makes sense to me. I believe that would make the
latest version of the proposed API (in the itertools module):

    def coalesce(iterable, default=None, pred=None):
        ...
History
Date User Action Args
2013-08-04 12:43:01ncoghlansetrecipients: + ncoghlan, loewis, rhettinger, mark.dickinson, lukasz.langa, hynek, serhiy.storchaka
2013-08-04 12:43:01ncoghlanlinkissue18652 messages
2013-08-04 12:43:01ncoghlancreate