On Wed, Feb 22, 2012 at 7:08 AM, benjamin.peterson
<[email protected]> wrote:
> +      Changing hash values affects the order in which keys are retrieved 
> from a
> +      dict.  Although Python has never made guarantees about this ordering 
> (and
> +      it typically varies between 32-bit and 64-bit builds), enough 
> real-world
> +      code implicitly relies on this non-guaranteed behavior that the
> +      randomization is disabled by default.

That last sentence needs to change for 3.3

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

Reply via email to