Mark> I have put a new version (incorporating another implementation Mark> idea from Paul Hankin) on PyPI:
Mark> http://pypi.python.org/pypi/sorteddict >From that: The main benefit of sorteddicts is that you never have to explicitly sort. Surely there must be something more than that. Wrapping sorted() around a keys() or values() call is a pretty trivial operation. I didn't see that the implementation saved anything. Skip _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com