[Python-Dev] Re: PEP 279

Guido van Rossum guido@python.org
Fri, 29 Mar 2002 09:35:31 -0500


> What was wrong with seq.items() / seq.iteritems(),
> that they dropped out of the discussion ?

Every sequence type, built-in or 3rd party, would have to be modified
to support these.

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