On Tue, Jan 31, 2012 at 3:03 AM, Brett Cannon <[email protected]> wrote: > I think that would be good. And I would even argue we remove support for > turning it off to force people to no longer lean on dict ordering as a > crutch (in 3.3 obviously).
On-by-default should be enough to cover that. Just as we allow people to force the random seed to reproduce particular sequences, there's value in being able to increase determinism in cases where the collision attack isn't a concern. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ 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
