
June 15, 2008
4:37 a.m.
On Sat, Jun 14, 2008 at 11:39 PM, Armin Ronacher <armin.ronacher@active-4.com> wrote:
Some reasons why ordered dicts are a useful feature:
And for metaclasses or for LRU caches or for removing duplicates in a list while maintaining order. I think that the name ordereddict would be more readable though, and match the existing defaultdict class in the collections module. -- mvh Björn