Jacob Holm wrote: > Scott David Daniels wrote: >> Now that we passed the magic three or four threshold, is >> it not easier to read if we pick some better names? >> >> _iter = iter(EXPR) >> _call, _arg = next, _iter > And I guess there is a missing "next = _iter.next" before this line?