Hi to all Pyoneers!
PeterP1, you can check this pack:
http://pypi.python.org/pypi/sorteddict/1.2.1
Or code your own iterator using heaps:
http://en.wikipedia.org/wiki/Heap_(data_structure)
Right now python hasnt its own built-in implementations of sorted collections.
Also, if you are using...