Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ae472 commit b43fde9Copy full SHA for b43fde9
1 file changed
Doc/reference/datamodel.rst
@@ -1291,10 +1291,8 @@ Basic customization
1291
http://www.ocert.org/advisories/ocert-2011-003.html for details.
1292
1293
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.
+ dict. Note Python has never made guarantees about this ordering (and it
+ typically varies between 32-bit and 64-bit builds).
1298
1299
See also :envvar:`PYTHONHASHSEED`.
1300
0 commit comments