Re: Is there a OrderedDict which can perform an iteritems() in order?

2010-11-04 Thread Vlastimil Brom
2010/11/4 Jo Chan : > Hello all, >      I have working on a program which need a ordered dictionary that could > perform iteritems() sequentially. >      I found a package on > : http://www.voidspace.org.uk/python/odict.html#creating-an-ordered-dictionary >      but it  could only perform items() i

Is there a OrderedDict which can perform an iteritems() in order?

2010-11-04 Thread Jo Chan
Hello all, I have working on a program which need a ordered dictionary that could perform iteritems() sequentially. I found a package on : http://www.voidspace.org.uk/python/odict.html#creating-an-ordered-dictionary