[Python-Dev] iterkeys, itervalues, iteritems for dict-proxies

Guido van Rossum guido@python.org
Mon, 25 Mar 2002 12:41:11 -0500


> iterkeys(), itervalues() and iteritems() are missing from
> dict-proxy objects. Was this done on purpose or was it an oversight?

Oversight.

> Should these missing methods be added (and the "XXX" docstrings
> be fixed along the way)?

If you can prepare a patch, that'd be great!

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