On Oct 21, 9:51 am, "C. Titus Brown" <[EMAIL PROTECTED]> wrote:
> Hmm, this might be worth a note to Python-dev... Istvan, do you want to
> put together a patch, or shall I stack it on top of my own workload? :)
I believe the solution is simply adding the method below to the
BsdDbShelf class.
def __iter__(self):
return iter(self.dict)
This fixes the access issue in your example. Of course as always, the
devil is in the details so this possibly breaks something else, I
would need to run whole batch of tests to make sure this does not
break something else.
I can look at this on Thursday (and rest of the week), but not
before.
Istvan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---