[Python-iterators] PEP 234: Iterators (fwd)

Guido van Rossum guido at digicool.com
Tue May 1 21:36:49 EDT 2001


> This proposal seems to introduce rather *contradictory* semantics for
> lists and dictionaries.  I would argue against it on those grounds.

This is addressed in the Open Issues section of the PEP.  Personally,
I don't see enough similarities between the index set of a list and
the keys of a dictionary to try to treat them the same, so the
argument carries little value for me.

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




More information about the Python-list mailing list