[Guido] > The same order that for k,v in dict.items() will yield, of course. [MAL] > And then people find out that the order has some sorting > properties and start to use it... Except that it has none. dict insertion has never used any comparison outcome beyond "equal"/"not equal", so any ordering you think you see is-- and always was --an illusion.