cdv test failures
Jamie Wilkinson
jaq at spacepants.org
Thu May 25 02:39:37 BST 2006
This one time, at band camp, John Arbash Meinel wrote:
>That is the first I've heard of dictionaries not being deterministic. I
>know they are random, but I've never heard of them sorting in a
>different order.
I've seen dictionaries sort differently between minor versions of python;
the same code on python2.3 would be iterated over in a different order than
python2.4.
If you want to be certain, you should sort the keys yourself before
iterating.
More information about the bazaar
mailing list