Commit b43fde98 authored by Benjamin Peterson's avatar Benjamin Peterson

remove unapplicable statement

parent 42ae4727
...@@ -1291,10 +1291,8 @@ Basic customization ...@@ -1291,10 +1291,8 @@ Basic customization
http://www.ocert.org/advisories/ocert-2011-003.html for details. http://www.ocert.org/advisories/ocert-2011-003.html for details.
Changing hash values affects the order in which keys are retrieved from a Changing hash values affects the order in which keys are retrieved from a
dict. Although Python has never made guarantees about this ordering (and dict. Note Python has never made guarantees about this ordering (and it
it typically varies between 32-bit and 64-bit builds), enough real-world typically varies between 32-bit and 64-bit builds).
code implicitly relies on this non-guaranteed behavior that the
randomization is disabled by default.
See also :envvar:`PYTHONHASHSEED`. See also :envvar:`PYTHONHASHSEED`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment