[Python-bugs-list] [ python-Bugs-602232 ] dict-proxy lacks iter* methods.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 29 Aug 2002 22:40:49 -0700


Bugs item #602232, was opened at 2002-08-30 01:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602232&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Fincher (jemfinch)
Assigned to: Nobody/Anonymous (nobody)
Summary: dict-proxy lacks iter* methods.

Initial Comment:
One would think that, as long as the point of dict-proxy 
is to simply be a read-only dictionary, it should replicate 
all methods that make sense for a read-only dictionary.  
As such, it should have iteritems, iterkeys, and 
itervalues methods.

I don't know any C wizardry, so I can't offer any 
patches, just the suggestion.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602232&group_id=5470