I searched the Python tracker for "shelve iter" and "Shelf iter" and found a few relevant things, e.g.
- Python issue 5736 is trying to make dbm and gdbm support the standard iterator protocol. I'm wondering if we should add the following as a bug report: - iter(shelve) should not load the entire index into memory, but should use the native iteration method of the backend (once 5736 makes that possible). What do you think? -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
