8000 Fix outdated info in datamodel about dicts (GH-9807) · python/cpython@be34cb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit be34cb2

Browse files
Fix outdated info in datamodel about dicts (GH-9807)
(cherry picked from commit a48e0eb) Co-authored-by: wim glenn <wim.glenn@gmail.com>
1 parent 1b80a37 commit be34cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,8 +1452,8 @@ Basic customization
14521452
dict insertion, O(n^2) complexity. See
14531453
http://www.ocert.org/advisories/ocert-2011-003.html for details.
14541454

1455-
Changing hash values affects the iteration order of dicts, sets and< 596D /span>
1456-
other mappings. Python has never made guarantees about this ordering
1455+
Changing hash values affects the iteration order of sets.
1456+
Python has never made guarantees about this ordering
14571457
(and it typically varies between 32-bit and 64-bit builds).
14581458

14591459
See also :envvar:`PYTHONHASHSEED`.

0 commit comments

Comments
 (0)
0