Skip to content

Commit

Permalink
Fix outdated info in datamodel about dicts (GH-9807)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored and methane committed Nov 16, 2018
1 parent c2ccac7 commit a48e0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1452,8 +1452,8 @@ Basic customization
dict insertion, O(n^2) complexity. See
http://www.ocert.org/advisories/ocert-2011-003.html for details.

Changing hash values affects the iteration order of dicts, sets and
other mappings. Python has never made guarantees about this ordering
Changing hash values affects the iteration order of sets.
Python has never made guarantees about this ordering
(and it typically varies between 32-bit and 64-bit builds).

See also :envvar:`PYTHONHASHSEED`.
Expand Down

0 comments on commit a48e0eb

Please sign in to comment.