是否保证python 2.x的内置方法 dict.items() 和 dict.iteritems() 是否始终按相同顺序返回项目?或者这些方法是非确定性的?
dict.items()
dict.iteritems()