[Python-ideas] Revised**12 PEP on Yield-From

Mathias Panzenböck grosser.meister.morti at gmx.net
Sun Apr 19 19:36:03 CEST 2009


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?




More information about the Python-ideas mailing list