You can't sort dictionaries (as implemented by hash tables), they are unordered data types, so by definition there's no way to force an order on them.
http://en.wikipedia.org/wiki/Hash_tables -- http://mail.python.org/mailman/listinfo/python-list
You can't sort dictionaries (as implemented by hash tables), they are unordered data types, so by definition there's no way to force an order on them.
http://en.wikipedia.org/wiki/Hash_tables -- http://mail.python.org/mailman/listinfo/python-list