> Gerhard suggested that if predictable > ordering was desired that "order by rowid" would be better.
I personally don't understand what predictability brings (using a disk backend implies that you should minimize queries, so using keys() then values() is inefficient compared to using items() anyway), but this will be my last comment on the issue as well :) Regards Antoine. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com