[Python-Dev] Please Vote -- Generator Comprehensions (original) (raw)

Martin v. Loewis martin@v.loewis.de
06 Mar 2002 22:52:48 +0100


"Raymond Hettinger" <python@rcn.com> writes:

Before I send generator comprehension portion to Guido for pronouncement, I would like to get all of your votes +1 or -1 on just the part about Generator Comprehensions.

+0. I'd like to see an implementation strategy first. Notice that the strategy for list comprehension does not apply: it is not lazy.

Regards, Martin