[Python-Dev] Re: PEP 279 revisited (original) (raw)

Guido van Rossum guido@python.org
Wed, 24 Apr 2002 08:37:22 -0400


If there is no really good name, how about just adopting a new simple, short, word like "each", and letting it become the idiom?

for i, v in each(L): print i, v

-1. each() doesn't convey any helpful connotations.

--Guido van Rossum (home page: http://www.python.org/~guido/)