From: Benjamin Peterson Date: Tue, 21 Feb 2012 23:03:26 +0000 (-0500) Subject: remove unapplicable statement X-Git-Tag: v3.3.0a1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b43fde98b49869307a098c86cf8878ecb2fd72b9;p=python remove unapplicable statement --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 3fb0bf6f3b..1f1a66068e 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`.