Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b43fde9

Browse files
committed
remove unapplicable statement
1 parent 42ae472 commit b43fde9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/reference/datamodel.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,10 +1291,8 @@ Basic customization
12911291
http://www.ocert.org/advisories/ocert-2011-003.html for details.
12921292

12931293
Changing hash values affects the order in which keys are retrieved from a
1294-
dict. Although Python has never made guarantees about this ordering (and
1295-
it typically varies between 32-bit and 64-bit builds), enough real-world
1296-
code implicitly relies on this non-guaranteed behavior that the
1297-
randomization is disabled by default.
1294+
dict. Note Python has never made guarantees about this ordering (and it
1295+
typically varies between 32-bit and 64-bit builds).
12981296

12991297
See also :envvar:`PYTHONHASHSEED`.
13001298

0 commit comments

Comments
 (0)