On May 15, 10:06 am, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > "urikaluzhny" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > | It seems that I rather frequently need a list or iterator of the form > | [x for x in <> while <>] > > I can think of two ways to interpret that. I mean like [x for x in <A> if <B>], only that it breaks the loop when the expression <B> is false. -- http://mail.python.org/mailman/listinfo/python-list
- [x for x in <> while <>]? urikaluzhny
- Re: [x for x in <> while <>]? Terry Reedy
- Re: [x for x in <> while <>]? Bruno Desthuilliers
- Re: [x for x in <> while <>]? Paul Rubin
- Re: ? urikaluzhny
- Re: [x for x in <> while <>]? Ruediger