On Thu, 29 Dec 2011 11:25:03 +0000 Mark Shannon <[email protected]> wrote: > > > > Also, randomizing the hash wreaks havoc on doctests, book examples > > not matching actual dict reprs, and on efforts by users to optimize > > the insertion order into dicts with frequent lookups. > > The docs clearly state that the ordering of iteration over dicts is > arbitrary. Perhaps changing it once in a while might be a good thing :)
We already change it once in a while. http://twistedmatrix.com/trac/ticket/5352 ;) Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
