]> granicus.if.org Git - python/commitdiff
remove unapplicable statement
authorBenjamin Peterson <benjamin@python.org>
Tue, 21 Feb 2012 23:03:26 +0000 (18:03 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 21 Feb 2012 23:03:26 +0000 (18:03 -0500)
Doc/reference/datamodel.rst

index 3fb0bf6f3bcb4bd37d6b2880ed38e850cae9ceb4..1f1a66068ec71d2d8beb00e18eacaec279ccbc93 100644 (file)
@@ -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`.