Feb. 20, 2014
4:34 p.m.
On Fri, Feb 21, 2014 at 3:14 AM, Oscar Benjamin <oscar.j.benjamin@gmail.com> wrote:
More-itertools does it the way I would but has a long comment wondering whether it should actually raise StopIteration: https://github.com/erikrose/more-itertools/blob/master/more_itertools/more.p...
Has that been subsumed by next(iter(x),default) ? ChrisA