> 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/)