summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-21 23:03:26 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-21 23:03:26 (GMT)
commitb43fde98b49869307a098c86cf8878ecb2fd72b9 (patch)
tree4a6fbc4b34b821867f639ea69df19843b43cc226 /Doc/reference
parent42ae472798d4be46038ea7769ee4cabbcc0e3be0 (diff)
downloadcpython-b43fde98b49869307a098c86cf8878ecb2fd72b9.zip
cpython-b43fde98b49869307a098c86cf8878ecb2fd72b9.tar.gz
cpython-b43fde98b49869307a098c86cf8878ecb2fd72b9.tar.bz2
remove unapplicable statement
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/datamodel.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 3fb0bf6..1f1a660 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1291,10 +1291,8 @@ Basic customization
http://www.ocert.org/advisories/ocert-2011-003.html for details.
Changing hash values affects the order in which keys are retrieved from a
- dict. Although Python has never made guarantees about this ordering (and
- it typically varies between 32-bit and 64-bit builds), enough real-world
- code implicitly relies on this non-guaranteed behavior that the
- 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).
See also :envvar:`PYTHONHASHSEED`.